orientation property
Specifies the orientation of SfLinearGauge.
Defaults to LinearGaugeOrientation.horizontal.
This snippet shows how to set orientation for SfLinearGauge.
SfLinearGauge(
orientation: LinearGaugeOrientation.vertical
)
Implementation
final LinearGaugeOrientation orientation;