noLegend method
Draws the cursor channel without a legend.
Returns This mark, so calls chain.
Implementation
VlChartMark noLegend() {
return this.setOnCursor("legend", VlJson.nullValue());
}
Draws the cursor channel without a legend.
Returns This mark, so calls chain.
VlChartMark noLegend() {
return this.setOnCursor("legend", VlJson.nullValue());
}