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


In This Topic
    InvertColor Property
    In This Topic
    Gets or sets the fill color for negative data points in a series.
    Syntax
    'Declaration
     
    Property InvertColor As SchemeColor
    'Usage
     
    Dim instance As ISeries
    Dim value As SchemeColor
     
    instance.InvertColor = value
     
    value = instance.InvertColor
    SchemeColor InvertColor {get; set;}
    Remarks
    For the InvertColor property to have an effect, the InvertIfNegative property of the ISeries object must also be set to true.
    See Also