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.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to invert the color if the value is negative; otherwise, false. |
See Also