Skip to main content

DataPoint.InvertIfNegative Property

Gets or sets whether a visual element representing the data point inverts its color if the value is negative.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool InvertIfNegative { get; set; }

Property Value

Type Description
Boolean

true, to invert the color if the value is negative; otherwise, false.

See Also