Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ExcelSparklineSetting Class / ShowNegative Property
Example


In This Topic
    ShowNegative Property
    In This Topic
    Gets or sets a value that specifies whether the negative data points are formatted differently for each sparkline in this sparkline group.
    Syntax
    'Declaration
     
    Public Property ShowNegative As Boolean
    'Usage
     
    Dim instance As ExcelSparklineSetting
    Dim value As Boolean
     
    instance.ShowNegative = value
     
    value = instance.ShowNegative
    public bool ShowNegative {get; set;}
    Example
    This example creates a sparkline in a cell.
    See Also