Class DownBars (PowerPoint VBA)

The class DownBars represents the down bars in a chart group. To use a DownBars class variable it first needs to be instantiated, for example


Dim dbs as DownBars
Set dbs = ActiveWindow.RangeFromPoint.Chart.ChartGroups(1).DownBars

Delete

Deletes the object.


ActiveWindow.RangeFromPoint.Chart.ChartGroups(1).DownBars.Delete

Format

Returns the line, fill, and effect formatting for the object.


Dim cftFormatted As ChartFormat
Set cftFormatted = ActiveWindow.RangeFromPoint.Chart.ChartGroups(1).DownBars.Format

GetProperty

GetProperty (Id)

Name

Returns the name of the object.


Dim strName As String
strName = ActiveWindow.RangeFromPoint.Chart.ChartGroups(1).DownBars.Name

Select

Selects the object.


ActiveWindow.RangeFromPoint.Chart.ChartGroups(1).DownBars.Select

SetProperty

SetProperty (Id, Value)


Dim strId As String: strId = 
ActiveWindow.RangeFromPoint.Chart.ChartGroups(1).DownBars.SetProperty Id:=strId, Value:=

Arguments

The following arguments are required:

Id - String

Value