Back to Devexpress

Range.MaxValueInternal Property

corelibraries-devexpress-dot-xtracharts-dot-range-64f809e1.md

latest1.7 KB
Original Source

Range.MaxValueInternal Property

Gets the internal float representation of the range maximum value.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Double

A Double value which is the internal representation of the range maximum value.

|

Remarks

Use the MaxValueInternal property to obtain the internal float representation of the Range.MaxValue property.

For more information, refer to Visual Ranges and Whole Ranges.

See Also

MaxValue

MinValueInternal

Axis Ranges

Range Class

Range Members

DevExpress.XtraCharts Namespace