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

ChartData.BooleanValue Property

Gets or sets the boolean value of the chart data.

Namespace: DevExpress.Spreadsheet.Charts

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

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