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


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