axisTrackExtent property

double axisTrackExtent
final

Extends the axis on  both ends with the specified value.

Defaults to 0.

This snippet shows how to extend the axis track.


SfLinearGauge(
axisTrackExtent : 5
)

Implementation

final double axisTrackExtent;