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

ChartData.IsBoolean Property

Gets whether the chart data contains a Boolean value.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

public bool IsBoolean { get; }

Property Value

Type Description
Boolean

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

Remarks

Use the implicit type conversion or the ChartData.BooleanValue property to create chart data of the Boolean type.

See Also