TickInterval(JS)
|
value
|
Specifies the interval between major ticks. Does not apply to discrete axes. Mirrors the client-side tickInterval option.
|
TickInterval(VizTimeInterval)
|
value
|
Specifies the interval between major ticks. Does not apply to discrete axes. Mirrors the client-side tickInterval option.
|
TickInterval(Action<ChartValueAxisTickIntervalBuilder>)
|
configurator
|
Specifies the interval between major ticks. Does not apply to discrete axes. Mirrors the client-side tickInterval object.
|
TickInterval(Double)
|
value
|
Specifies the interval between major ticks. Does not apply to discrete axes. Mirrors the client-side tickInterval option.
|