showLabels property

bool showLabels
final

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;