AxisRange.ActualMaxValueInternal Property
In This Article
Gets the actual internal numerical representation of the maximum value displayed by an axis.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Double | A Double value that represents the maximum value of the axis range. |
#Remarks
The ActualMaxValueInternal property returns the actual value that is assigned to the AxisRange.MaxValueInternal property.
See Also