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


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