次の方法で共有


Chart.ChartGroups[Object] プロパティ

定義

グラフ内の単一のグラフ種類グループまたはすべてのグラフ種類グループのコレクションを表すオブジェクトを返します。

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

パラメーター

Index
Object

グラフ種類グループのインデックス番号。 指定した場合は、1 つの ChartGroup オブジェクトが返されます。 省略すると、 ChartGroups そのグラフのすべての ChartGroup オブジェクトのコレクションを含む オブジェクトが返されます。

プロパティ値

Object

適用対象