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


In This Topic
    ShowNegative Property (SparklineSetting)
    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 SparklineSetting
    Dim value As Boolean
     
    instance.ShowNegative = value
     
    value = instance.ShowNegative
    public bool ShowNegative {get; set;}
    See Also