Skip to main content

AxisRange.ActualMaxValueInternal Property

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

public double ActualMaxValueInternal { get; }

#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