Chart.ChartData Property
Gets the data values for the chart.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ChartData As ChartData
Get
'Usage
Dim instance As Chart
Dim value As ChartData
value = instance.ChartData
public ChartData ChartData { get; }
public:
property ChartData^ ChartData {
ChartData^ get ();
}
member ChartData : ChartData
function get ChartData () : ChartData
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartData
A ChartData object.