useRangeColorForAxis property
Determines whether to use range color for an axis in SfLinearGauge.
Defaults to false.
This snippet shows how to apply range color for an axis in SfLinearGauge.
SfLinearGauge(
useRangeColorForAxis: true
)
Implementation
final bool useRangeColorForAxis;