AxisRange.ActualMaxValue Property
In This Article
Gets the actual maximum value to display on an axis.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Object | A Object that represents the maximum value to display on an axis. |
#Remarks
The ActualMaxValue property returns the actual value that is assigned to the AxisRange.MaxValue property.
See Also