showLabels property
Determines whether to show the labels in an axis.
Defaults to true.
This snippet shows how to hide labels of axis in SfLinearGauge.
SfLinearGauge(
showLabels: false
)
Implementation
final bool showLabels;
Determines whether to show the labels in an axis.
Defaults to true.
This snippet shows how to hide labels of axis in SfLinearGauge.
SfLinearGauge(
showLabels: false
)
final bool showLabels;