C1.Silverlight.Chart.5
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
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.