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


In This Topic
    NegativeColor Property
    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;}
    Example
    This example creates a sparkline in a cell.
    See Also