noAxis method

VlChartMark noAxis()

Draws the cursor channel without an axis.

Returns This mark, so calls chain.

Implementation

VlChartMark noAxis() {
  return this.setOnCursor("axis", VlJson.nullValue());
}