A newer version of this page is available.
Switch to the current version.
SeriesPoint.NumericalArgument Property
Gets the point's argument value of the numerical type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public double NumericalArgument { get; set; }
<Browsable(False)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public Property NumericalArgument As Double
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
Feedback