AxisValue.NumericalValue Property
In This Article
Gets the axis value, if the axis scale type is numerical.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Property Value
Type | Description |
---|---|
Double | A Double value, specifying the axis value. |
#Remarks
The axis scale type is returned by the AxisValue.ScaleType property.
See Also