Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / BoxWhiskerSeries Class / GetElementValue Method


In This Topic
    GetElementValue Method
    In This Topic
    Get the point value with a specified element index
    Syntax
    'Declaration
     
    
    Public Function GetElementValue( _
       ByVal pointIndex As Integer, _
       ByVal elementIndex As Integer _
    ) As Double
    'Usage
     
    
    Dim instance As BoxWhiskerSeries
    Dim pointIndex As Integer
    Dim elementIndex As Integer
    Dim value As Double
     
    value = instance.GetElementValue(pointIndex, elementIndex)
    public double GetElementValue( 
       int pointIndex,
       int elementIndex
    )

    Parameters

    pointIndex
    elementIndex
    See Also