Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartGroup Interface / ShowUpDownBars Property


In This Topic
    ShowUpDownBars Property
    In This Topic
    Gets or sets a value indicating whether the line chart has up and down bars.
    Syntax
    'Declaration
     
    Property ShowUpDownBars As Boolean
    'Usage
     
    Dim instance As IChartGroup
    Dim value As Boolean
     
    instance.ShowUpDownBars = value
     
    value = instance.ShowUpDownBars
    bool ShowUpDownBars {get; set;}
    Remarks
    Applies only to line charts.
    See Also