ChartSeries.m_chartDataPoints Field

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Protected m_chartDataPoints As ChartDataPoint()
'Usage
Dim value As ChartDataPoint()

value = Me.m_chartDataPoints

Me.m_chartDataPoints = value
protected ChartDataPoint[] m_chartDataPoints
protected:
array<ChartDataPoint^>^ m_chartDataPoints
val mutable m_chartDataPoints: ChartDataPoint[]
protected var m_chartDataPoints : ChartDataPoint[]