tick method
Adds a tick mark to the chart.
A short stroke per row, across the band it sits in.
Returns The new mark, so its channels and properties chain.
Implementation
VlChartMark tick() {
return this.mark("tick");
}
Adds a tick mark to the chart.
A short stroke per row, across the band it sits in.
Returns The new mark, so its channels and properties chain.
VlChartMark tick() {
return this.mark("tick");
}