FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / SunburstSeries Class / GetCateGoryNames Method


In This Topic
GetCateGoryNames Method (SunburstSeries)
In This Topic
Get category by index.
Syntax
'Declaration
 
Public Function GetCateGoryNames( _
   ByVal pointIndex As Integer _
) As String
 
'Usage
 
Dim instance As SunburstSeries
Dim pointIndex As Integer
Dim value As String
 
value = instance.GetCateGoryNames(pointIndex)

Parameters

pointIndex
See Also