Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparklineSetting Class / MarkersColor Property


In This Topic
    MarkersColor Property (ExcelSparklineSetting)
    In This Topic
    Gets or sets a value that specifies the color of the data markers for each sparkline in this sparkline group.
    Syntax
    'Declaration
     
    
    Public Property MarkersColor As Color
    'Usage
     
    
    Dim instance As ExcelSparklineSetting
    Dim value As Color
     
    instance.MarkersColor = value
     
    value = instance.MarkersColor
    public Color MarkersColor {get; set;}
    See Also