Skip to main content

ChartData.NumericValue Property

Gets or sets numeric chart data.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

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