ComponentOne Chart for WPF and Silverlight
GetDataValue Method


C1.WPF.C1Chart Namespace > DataSeries Class : GetDataValue Method
Name of data array.
Index of the value.
Gets the data value with specified name at the specified index.
Syntax
'Declaration
 
Public Function GetDataValue( _
   ByVal name As System.String, _
   ByVal pointIndex As System.Integer _
) As System.Double
'Usage
 
Dim instance As DataSeries
Dim name As System.String
Dim pointIndex As System.Integer
Dim value As System.Double
 
value = instance.GetDataValue(name, pointIndex)
public System.double GetDataValue( 
   System.string name,
   System.int pointIndex
)

Parameters

name
Name of data array.
pointIndex
Index of the value.
See Also

Reference

DataSeries Class
DataSeries Members