PolarChartArgumentAxisBuilder.TickInterval Method
Name | Parameters | Description |
---|---|---|
TickInterval(JS) | value | Specifies an interval between axis ticks/grid lines. Mirrors the client-side tickInterval option. |
TickInterval(VizTimeInterval) | value | Specifies an interval between axis ticks/grid lines. Mirrors the client-side tickInterval option. |
TickInterval(Action<PolarChartArgumentAxisTickIntervalBuilder>) | configurator | Specifies an interval between axis ticks/grid lines. Mirrors the client-side tickInterval object. |
TickInterval(Double) | value | Specifies an interval between axis ticks/grid lines. Mirrors the client-side tickInterval option. |