次の方法で共有


Chart.ChartAreas プロパティ

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

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property ChartAreas As ChartAreaCollection 
    Get
'使用
Dim instance As Chart 
Dim value As ChartAreaCollection 

value = instance.ChartAreas
public ChartAreaCollection ChartAreas { get; }
public:
property ChartAreaCollection^ ChartAreas {
    ChartAreaCollection^ get ();
}
member ChartAreas : ChartAreaCollection
function get ChartAreas () : ChartAreaCollection

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ChartAreaCollection
ChartAreaCollection オブジェクト。

関連項目

参照

Chart クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間