Skip to main content

ChartData.BooleanValue Property

Gets or sets the boolean value of the chart data.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public bool BooleanValue { get; set; }

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