ChartAreas-Eigenschaft
Gets the set of chart areas for the chart.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ChartAreas As ChartAreaCollection
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartAreaCollection
A ChartAreaCollection object.