labelPosition property

LinearLabelPosition labelPosition
final

Specifies the position of labels with respect to an axis.

Defaults to LinearLabelPosition.inside.

This snippet shows how to set position of labels in SfLinearGauge.


SfLinearGauge(
labelPosition: LinearLabelPosition.outside
)

Implementation

final LinearLabelPosition labelPosition;