Spread Windows Forms 12.0 Product Documentation
GetValue Method (SunburstSeries)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > SunburstSeries Class : GetValue Method
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

Reference

SunburstSeries Class
SunburstSeries Members