Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.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)
    public string GetCateGoryNames( 
       int pointIndex
    )

    Parameters

    pointIndex
    See Also