Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ExcelSparklineSetting Class / SeriesColor Property
Example


In This Topic
    SeriesColor Property
    In This Topic
    Gets or sets a value that specifies the color for each sparkline in this sparkline group.
    Syntax
    'Declaration
     
    
    Public Property SeriesColor As Color
    'Usage
     
    
    Dim instance As ExcelSparklineSetting
    Dim value As Color
     
    instance.SeriesColor = value
     
    value = instance.SeriesColor
    public Color SeriesColor {get; set;}
    Example
    This example creates a sparkline in a cell.
    See Also