'Declaration
Public Function GetDataValue( _ ByVal name As String, _ ByVal pointIndex As Integer _ ) As Double
'Usage
Dim instance As HighLowOpenCloseSeries Dim name As String Dim pointIndex As Integer Dim value As Double value = instance.GetDataValue(name, pointIndex)
public double GetDataValue( string name, int pointIndex )
Parameters
- name
- Name of data array.
- pointIndex
- Index of the value.