Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

bool InvertIfNegative { get; set; }

Property Value

Type Description
Boolean

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

See Also