Series.InvertColor Property

Definition

Gets or sets the fill color for negative data points in a series.

public:
 property int InvertColor { int get(); void set(int value); };
public int InvertColor { get; set; }
member this.InvertColor : int with get, set
Public Property InvertColor As Integer

Property Value

The fill color for negative data points in a series.

Remarks

Read/write. This property sets the fill color for negative data points as a specific numeric, hexadecimal, octal, or RGB color value. Instead of using this property, you can use the InvertColorIndex property, which uses a simplier set of integer values from the current color palette. For this property to have an effect, the InvertIfNegative property must also be set to true.

Applies to