scaleJson method
- VlJson scale
Sets the cursor channel's whole scale definition.
scale The scale definition.
Returns This mark, so calls chain.
Implementation
VlChartMark scaleJson(VlJson scale) {
return this.setOnCursor("scale", scale);
}
Sets the cursor channel's whole scale definition.
scale The scale definition.
Returns This mark, so calls chain.
VlChartMark scaleJson(VlJson scale) {
return this.setOnCursor("scale", scale);
}