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)

Parameters

pointIndex
See Also