Skip to main content

AxisRange.ActualMinValue Property

Gets the actual minimum value to display on an axis.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public object ActualMinValue { get; }

#Property Value

Type Description
Object

A Object that represents the minimum value to display on an axis.

#Remarks

The ActualMinValue property returns the actual value that is assigned to the AxisRange.MinValue property.

See Also