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


In This Topic
    FirstMarkerColor Property
    In This Topic
    Gets or sets the color of the first data point for each sparkline in this sparkline group.
    Syntax
    'Declaration
     
    
    Public Property FirstMarkerColor As Color
    'Usage
     
    
    Dim instance As ExcelSparklineSetting
    Dim value As Color
     
    instance.FirstMarkerColor = value
     
    value = instance.FirstMarkerColor
    public Color FirstMarkerColor {get; set;}
    See Also