Chart.ChartData 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 data values for the chart.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ChartData ^ ChartData { Microsoft::ReportingServices::OnDemandReportRendering::ChartData ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ChartData ChartData { get; }
member this.ChartData : Microsoft.ReportingServices.OnDemandReportRendering.ChartData
Public ReadOnly Property ChartData As ChartData
Property Value
A ChartData object.