Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / SunburstSeries Class / GetValue Method


In This Topic
    GetValue Method (SunburstSeries)
    In This Topic
    Get value by index
    Syntax
    'Declaration
     
    
    Public Function GetValue( _
       ByVal pointIndex As Integer _
    ) As Double
    'Usage
     
    
    Dim instance As SunburstSeries
    Dim pointIndex As Integer
    Dim value As Double
     
    value = instance.GetValue(pointIndex)
    public double GetValue( 
       int pointIndex
    )

    Parameters

    pointIndex
    See Also