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


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