Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparklineSetting Class / NegativeColor Property


In This Topic
    NegativeColor Property (ExcelSparklineSetting)
    In This Topic
    Gets or sets a value that specifies the color of the negative data points for each sparkline in this sparkline group.
    Syntax
    'Declaration
     
    
    Public Property NegativeColor As Color
    'Usage
     
    
    Dim instance As ExcelSparklineSetting
    Dim value As Color
     
    instance.NegativeColor = value
     
    value = instance.NegativeColor
    public Color NegativeColor {get; set;}
    See Also