Skip to main content

AxisValue.NumericalValue Property

Gets the axis value, if the axis scale type is numerical.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public double NumericalValue { get; }

#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