Range.MinValueInternal Property
Gets the internal float representation of the range minimum value.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
Double | A Double value which is the internal representation of the range minimum value. |
Remarks
Use the MinValueInternal property to obtain the internal float representation of the Range.MinValue property.
For more information, refer to Visual Ranges and Whole Ranges .
See Also