Partilhar via


Propriedade do RDL ChartAreas

Gets the set of chart areas for the chart.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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