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