Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparklineGroup Interface / SeriesColor Property


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