Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparkPoints Interface / Negative Property


In This Topic
    Negative Property
    In This Topic
    Gets an ISparkColor object that represents the color and visibility of markers for negative points of data on a sparkline.
    Syntax
    'Declaration
     
    
    ReadOnly Property Negative As ISparkColor
    'Usage
     
    
    Dim instance As ISparkPoints
    Dim value As ISparkColor
     
    value = instance.Negative
    ISparkColor Negative {get;}
    See Also