Condividi tramite


Proprietà Chart.ChartAreas

Gets the set of chart areas for the chart.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ChartAreas As ChartAreaCollection 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

Chart Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering