ChartGroup.HasUpDownBars Property
Returns or sets the value stating if a chart has up and down bars. Applies only to line charts. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property HasUpDownBars As Boolean
Get
Set
'Usage
Dim instance As ChartGroup
Dim value As Boolean
value = instance.HasUpDownBars
instance.HasUpDownBars = value
bool HasUpDownBars { get; set; }
Property Value
Type: System.Boolean
A Boolean set to True if the line chart has up and down bars; otherwise False.