Chart.ChartAreas Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the set of chart areas for the chart.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ChartAreaCollection ^ ChartAreas { Microsoft::ReportingServices::OnDemandReportRendering::ChartAreaCollection ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ChartAreaCollection ChartAreas { get; }
member this.ChartAreas : Microsoft.ReportingServices.OnDemandReportRendering.ChartAreaCollection
Public ReadOnly Property ChartAreas As ChartAreaCollection
Property Value
A ChartAreaCollection object.