AxisRange.ActualMinValue Property
In This Article
Gets the actual minimum 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 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