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


In This Topic
    SeriesColor Property (SparklineSetting)
    In This Topic
    Gets a Color object that represents the main series color for the sparkline group.
    Syntax
    'Declaration
     
    
    Public Property SeriesColor As Color
    'Usage
     
    
    Dim instance As SparklineSetting
    Dim value As Color
     
    instance.SeriesColor = value
     
    value = instance.SeriesColor
    public Color SeriesColor {get; set;}
    See Also