tickPosition property

LinearElementPosition tickPosition
final

Specifies the position of ticks with respect to axis.

Defaults to LinearElementPosition.inside.

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


SfLinearGauge(
tickPosition: LinearElementPosition.outside
)

Implementation

final LinearElementPosition tickPosition;