Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineGroup Class / ShowNegative Property


In This Topic
    ShowNegative Property (SparklineGroup)
    In This Topic
    Gets a boolean value that specifies the negative points of the sparkline is visible.
    Syntax
    'Declaration
     
    
    Public Property ShowNegative As Boolean
    'Usage
     
    
    Dim instance As SparklineGroup
    Dim value As Boolean
     
    instance.ShowNegative = value
     
    value = instance.ShowNegative
    public bool ShowNegative {get; set;}
    See Also