minimum property

double minimum
final

Specifies the minimum value of an axis. The axis starts with this value.

Defaults to 0.

This snippet shows how to set minimum value of an axis.


SfLinearGauge(
minimum: 10
)

Implementation

final double minimum;