ChartData.IsBoolean Property
Gets whether the chart data contains a Boolean value.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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