Skip to main content

AxisRange.ActualMaxValue Property

Gets the actual maximum value to display on an axis.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public object ActualMaxValue { get; }

#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