AxisRange.ActualMinValueInternal Property
In This Article
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
#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