AxisRange.MaxValueInternal Property
Gets or sets the internal numerical representation of the range maximum value.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#Property Value
Type | Description |
---|---|
Double | A Double value which specifies the internal representation of the range maximum value. |
#Remarks
Use the MaxValueInternal property to specify or obtain the internal double representation of the AxisRange.MaxValue property. This setting affects the series placement along the chart axis. Note that a modification of the MaxValueInternal property results in the AxisRange.MaxValue property being set to null value for Qualitative and DateTime scales.
Note
Although the Max