Chart.ChartGroups[Object] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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