Chart.ChartGroups[Object] Property

Definition

Returns an object that represents either a single chart group or a collection of all the chart groups in the chart.

public:
 property System::Object ^ ChartGroups[System::Object ^] { System::Object ^ get(System::Object ^ Index); };
public object ChartGroups[object Index] { get; }
member this.ChartGroups(obj) : obj
Public ReadOnly Property ChartGroups(Optional Index As Object) As Object

Parameters

Index
Object

The chart group number. If specified, a single ChartGroup object is returned. If omitted, a ChartGroups object is returned which contains a collection of every ChartGroup object for that chart.

Property Value

Object

Applies to