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


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
     
    <DefaultValueAttribute(False)>
    Public Property ShowNegative As Boolean
    'Usage
     
    Dim instance As SparklineSetting
    Dim value As Boolean
     
    instance.ShowNegative = value
     
    value = instance.ShowNegative
    [DefaultValue(false)]
    public bool ShowNegative {get; set;}
    See Also