Skip to main content

AxisRange.ActualMinValueInternal Property

Gets the actual internal numerical representation of the minimum value displayed by an axis.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public double ActualMinValueInternal { get; }

#Property Value

Type Description
Double

A Double value that represents the minimum value of the axis range.

#Remarks

The ActualMinValueInternal property returns the actual value that is assigned to the AxisRange.MinValueInternal property.

See Also