次の方法で共有


Chart.ChartAreas プロパティ

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

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property ChartAreas As IList(Of ChartArea)
    Get 
    Set
'使用
Dim instance As Chart 
Dim value As IList(Of ChartArea)

value = instance.ChartAreas

instance.ChartAreas = value
public IList<ChartArea> ChartAreas { get; set; }
public:
property IList<ChartArea^>^ ChartAreas {
    IList<ChartArea^>^ get ();
    void set (IList<ChartArea^>^ value);
}
member ChartAreas : IList<ChartArea> with get, set
function get ChartAreas () : IList<ChartArea>
function set ChartAreas (value : IList<ChartArea>)

プロパティ値

型: System.Collections.Generic.IList<ChartArea>
IList<T> オブジェクト。

関連項目

参照

Chart クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間