Skip to main content
A newer version of this page is available. .

SeriesPoint.NumericalArgument Property

Gets the point’s argument value of the numerical type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
public double NumericalArgument { get; set; }

Property Value

Type Description
Double

A Double value that represents the numerical argument of the series data point.

Remarks

If a series point argument cannot be converted to a numerical value, the NumericalArgument property returns NaN.

See Also