PolarChartArgumentAxisBuilder.MinorTickInterval Method
Name | Parameters | Description |
---|---|---|
MinorTickInterval(JS) | value | Specifies the interval between minor ticks. Mirrors the client-side minorTickInterval option. |
MinorTickInterval(VizTimeInterval) | value | Specifies the interval between minor ticks. Mirrors the client-side minorTickInterval option. |
MinorTickInterval(Action<PolarChartArgumentAxisMinorTickIntervalBuilder>) | configurator | Specifies the interval between minor ticks. Mirrors the client-side minorTickInterval object. |
MinorTickInterval(Double) | value | Specifies the interval between minor ticks. Mirrors the client-side minorTickInterval option. |