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


In This Topic
    DownBars Property
    In This Topic
    Gets a IUpDownBars object that represents the down bars on a line chart.
    Syntax
    'Declaration
     
    ReadOnly Property DownBars As IUpDownBars
    'Usage
     
    Dim instance As IChartGroup
    Dim value As IUpDownBars
     
    value = instance.DownBars
    IUpDownBars DownBars {get;}
    Remarks
    Applies only to line charts.
    See Also