ChartGroup.UpBars Property
Returns an UpBars object that represents the up 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 UpBars As UpBars
Get
'Usage
Dim instance As ChartGroup
Dim value As UpBars
value = instance.UpBars
UpBars UpBars { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.UpBars