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


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