Skip to main content

ChartData.IsBoolean Property

Gets whether the chart data contains a Boolean value.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

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