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


In This Topic
    InvertIfNegative Property (ISeries)
    In This Topic
    Gets or sets a value indicating whether inverts the pattern in the item when it corresponds to a negative number.
    Syntax
    'Declaration
     
    Property InvertIfNegative As Boolean
    'Usage
     
    Dim instance As ISeries
    Dim value As Boolean
     
    instance.InvertIfNegative = value
     
    value = instance.InvertIfNegative
    bool InvertIfNegative {get; set;}
    See Also