Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SparklineSetting Class / ShowLow Property


In This Topic
    ShowLow Property
    In This Topic
    Gets or sets a value that specifies whether the data points with the lowest value are formatted differently for each sparkline in this sparkline group.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Property ShowLow As Boolean
    'Usage
     
    Dim instance As SparklineSetting
    Dim value As Boolean
     
    instance.ShowLow = value
     
    value = instance.ShowLow
    [DefaultValue(false)]
    public bool ShowLow {get; set;}
    See Also