ChartSeries.m_chartDataPoints Field
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.
Specifies the data points for the chart.
protected: cli::array <Microsoft::ReportingServices::OnDemandReportRendering::ChartDataPoint ^> ^ m_chartDataPoints;
protected Microsoft.ReportingServices.OnDemandReportRendering.ChartDataPoint[] m_chartDataPoints;
val mutable m_chartDataPoints : Microsoft.ReportingServices.OnDemandReportRendering.ChartDataPoint[]
Protected m_chartDataPoints As ChartDataPoint()