Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ISeries Interface / InvertColorIndex Property


In This Topic
    InvertColorIndex Property
    In This Topic
    Sets the fill color for negative data points in a series.
    Syntax
    'Declaration
     
    WriteOnly Property InvertColorIndex As Integer
    'Usage
     
    Dim instance As ISeries
     
    instance.InvertColorIndex = value
    int InvertColorIndex {set;}
    Remarks

    The InvertColorIndex property enables you to set the fill color for negative data points as a color index value from 0 to 56.

    For the InvertColor property to have an effect, the InvertIfNegative property of the ISeries object must also be set to true.

    See Also