ChartGroup.HasUpDownBars Property

true if a line chart has up and down bars. Read/write Boolean value.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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

Remarks

This property applies only to line charts.

See Also

Reference

ChartGroup Interface

ChartGroup Members

Microsoft.Office.Interop.PowerPoint Namespace