noLegend method

VlChartMark noLegend()

Draws the cursor channel without a legend.

Returns This mark, so calls chain.

Implementation

VlChartMark noLegend() {
  return this.setOnCursor("legend", VlJson.nullValue());
}