Поделиться через


Свойство Chart.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

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ChartAreaCollection
A ChartAreaCollection object.

См. также

Справочник

Chart Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering