ASPxClientStrip.minValue Property
Gets the minimum value of the strip‘s range.
Declaration
minValue: any
Property Value
| Type | Description |
|---|---|
| any | An object that represents the minimum value of the strip’s range. |
Remarks
Use the minValue property to define the minimum limit of a strip, in measurement units appropriate for the axis scale type. And, its maximum limit is defined by the ASPxClientStrip.minValue property.
For more information, refer to Strips.
See Also