ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / HighLowSeries Class / GetDataValue Method
Name of data array.
Index of the value.


In This Topic
    GetDataValue Method (HighLowSeries)
    In This Topic
    Gets the data value with specified name at the specified index.
    Syntax
    'Declaration
     
    
    Public Function GetDataValue( _
       ByVal name As String, _
       ByVal pointIndex As Integer _
    ) As Double
    'Usage
     
    
    Dim instance As HighLowSeries
    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.
    See Also