다음을 통해 공유


ChartAreas 속성

Gets the set of chart areas for the chart.

네임스페이스:  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