minorTicksPerInterval property
Specifies the minor ticks count per interval in an axis.
Defaults to 1.
This snippet shows how to set the minor ticks per interval.
SfLinearGauge(
minorTicksPerInterval: 5
)
Implementation
final int minorTicksPerInterval;