Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ChartData.NumericValue Property

Gets or sets numeric chart data.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public double NumericValue { get; set; }

Property Value

Type Description
Double

A Double value.

Remarks

To check whether the cell value is of the numeric type, use the ChartData.IsNumeric property.

See Also