Back to Devexpress

Range.MinValueInternal Property

corelibraries-devexpress-dot-xtracharts-dot-range-366e8c02.md

latest1.7 KB
Original Source

Range.MinValueInternal Property

Gets the internal float representation of the range minimum value.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public double MinValueInternal { get; }
vb
<Browsable(False)>
Public ReadOnly Property MinValueInternal As Double

Property Value

TypeDescription
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

MinValue

MaxValueInternal

Axis Ranges

Range Class

Range Members

DevExpress.XtraCharts Namespace