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

ChartData.IsNumeric Property

Gets whether the chart data is of the numeric type.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public bool IsNumeric { get; }

Property Value

Type Description
Boolean

true, if the chart data is of the numeric type; otherwise, false

Remarks

The chart data is of the numeric type if it is created using one of the methods listed below:

See Also