'Declaration Public Function GetDataPoint( _
ByVal indexThe index of data point.As System.Int32 _
) As OpenXmlDocumentChartDataPoint
public OpenXmlDocumentChartDataPoint GetDataPoint(
System.Int32 index
)
public: OpenXmlDocumentChartDataPoint* GetDataPoint(
System.Int32 index
)
public:
OpenXmlDocumentChartDataPoint^ GetDataPoint(
System.Int32 index
)
Parameters
- index
- The index of data point.
Return Value
The data point if data point is found; otherwise, null.