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


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