showAxisTrack property

bool showAxisTrack
final

Determines whether to show an axis track in SfLinearGauge.

Defaults to true.

This snippet shows how to hide an axis in SfLinearGauge.


SfLinearGauge(
showAxisTrack: false
)

Implementation

final bool showAxisTrack;