Spread WPF 17
GrapeCity.Excel Namespace / ExcelSparklineGroup Class / FirstColor Property


In This Topic
    FirstColor Property (ExcelSparklineGroup)
    In This Topic
    Specifies the color of the first data point for each sparkline in this sparkline group.
    Syntax
    'Declaration
     
    Public Property FirstColor As IExcelColor
    'Usage
     
    Dim instance As ExcelSparklineGroup
    Dim value As IExcelColor
     
    instance.FirstColor = value
     
    value = instance.FirstColor
    public IExcelColor FirstColor {get; set;}
    See Also