Compartir a través de


Chart.ChartAreas Propiedad

Gets the set of chart areas for the chart.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property ChartAreas As ChartAreaCollection 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartAreaCollection
A ChartAreaCollection object.

Vea también

Referencia

Chart Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering