'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