Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineSetting Class / MarkersColor Property


In This Topic
    MarkersColor Property (SparklineSetting)
    In This Topic
    Gets an Color value that specifies the color of the markers of the sparkline.
    Syntax
    'Declaration
     
    
    Public Property MarkersColor As Color
    'Usage
     
    
    Dim instance As SparklineSetting
    Dim value As Color
     
    instance.MarkersColor = value
     
    value = instance.MarkersColor
    public Color MarkersColor {get; set;}
    See Also