Chart.ChartAreas プロパティ

定義

グラフに関連したグラフ領域のセットを取得または設定します。

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartArea ^> ^ ChartAreas { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartArea ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartArea ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ChartArea>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ChartArea> ChartAreas { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ChartArea>))>]
member this.ChartAreas : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ChartArea> with get, set
Public Property ChartAreas As IList(Of ChartArea)

プロパティ値

IList<T> オブジェクト。

属性

適用対象