Share via


ChartGroup.DownBars Property

Returns a DownBars object that represents the down bars on a line chart. Applies only to line charts.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property DownBars As DownBars
    Get
'Usage
Dim instance As ChartGroup
Dim value As DownBars

value = instance.DownBars
DownBars DownBars { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.DownBars

See Also

Reference

ChartGroup Interface

ChartGroup Members

Microsoft.Office.Interop.Excel Namespace