Series.InvertColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.