Klasse DownBars - negativen Abweichungen (Word VBA)

Die Klasse DownBars stellt die negativen Abweichungen in einer Diagrammgruppe dar. Um eine DownBars -Klassenvariable zu verwenden, muss sie zuerst instanziert werden, beispielsweise


Dim dbs as DownBars
Set dbs = ActiveDocument.Background.Chart.ChartGroups(1).DownBars

Delete

Löscht das Objekt.


ActiveDocument.Background.Chart.ChartGroups(1).DownBars.Delete

Format

Gibt die Linien-, Füll- und effektformatierung für das Objekt.


Dim cftFormatted As ChartFormat
Set cftFormatted = ActiveDocument.Background.Chart.ChartGroups(1).DownBars.Format

GetProperty

GetProperty (ID)

Name

Gibt den Namen des Objekts zurück.


Dim strName As String
strName = ActiveDocument.Background.Chart.ChartGroups(1).DownBars.Name

Select

Markiert das Objekt.


ActiveDocument.Background.Chart.ChartGroups(1).DownBars.Select

SetProperty

SetProperty (ID, Value)


Dim strID As String: strID =  
ActiveDocument.Background.Chart.ChartGroups(1).DownBars.SetProperty ID:=strID, Value:=

Arguments

Hier sind die benannte Argumente :

ID - String

Value