Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineSetting Class / NegativeColor Property


In This Topic
    NegativeColor Property (SparklineSetting)
    In This Topic
    Gets an Color value that specifies the color of the negative points of the sparkline.
    Syntax
    'Declaration
     
    
    Public Property NegativeColor As Color
    'Usage
     
    
    Dim instance As SparklineSetting
    Dim value As Color
     
    instance.NegativeColor = value
     
    value = instance.NegativeColor
    public Color NegativeColor {get; set;}
    See Also