animateAxis property

bool animateAxis
final

Specifies the animation for axis.

Defaults to false.

This snippet shows how to set load time animation for SfLinearGauge.


SfLinearGauge(
animateAxis: true
)

Implementation

final bool animateAxis;