position property

Specifies the position of shape pointers with respect to axis.

Defaults to LinearElementPosition.outside.

This snippet shows how to set the shape pointer position in SfLinearGauge.


SfLinearGauge (
markerPointers: [
LinearShapePointer(
value: 50,
position: LinearElementPosition.inside
 )])

Implementation

@override
final LinearElementPosition position;