maximum property
Specifies the maximum value of an axis. The axis ends at this value.
Defaults to 100.
This snippet shows how to set maximum value of an axis.
SfLinearGauge(
maximum: 150
)
Implementation
final double maximum;
Specifies the maximum value of an axis. The axis ends at this value.
Defaults to 100.
This snippet shows how to set maximum value of an axis.
SfLinearGauge(
maximum: 150
)
final double maximum;