ChartData.BooleanValue Property
Gets or sets the boolean value of the chart data.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | A boolean value. |
Remarks
The BooleanValue returns true if the chart data is created from the boolean true value or from a numeric value not equal to 0 (zero). Otherwise, it returns false. Use the ChartData.IsBoolean to determine whether the chart data is created from the boolean value.
See Also