[]
Gets the data value with specified name at the specified index.
public double GetDataValue(string name, int pointIndex)
Public Function GetDataValue(name As String, pointIndex As Integer) As Double
| Type | Name | Description |
|---|---|---|
| string | name | Name of data array. |
| int | pointIndex | Index of the value. |
| Type | Description |
|---|---|
| double |