tickOffset property
Specifies the offset value of ticks to custom-position them.
Defaults to 0.
This snippet shows how to set offset for ticks.
SfLinearGauge(
tickOffset: 5
)
Implementation
final double tickOffset;
Specifies the offset value of ticks to custom-position them.
Defaults to 0.
This snippet shows how to set offset for ticks.
SfLinearGauge(
tickOffset: 5
)
final double tickOffset;