Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / TreemapSeries Class / GetCategoryNames Method


In This Topic
    GetCategoryNames Method (TreemapSeries)
    In This Topic
    Returns Category name of point.
    Syntax
    'Declaration
     
    
    Public Function GetCategoryNames( _
       ByVal pointIndex As Integer _
    ) As String
    'Usage
     
    
    Dim instance As TreemapSeries
    Dim pointIndex As Integer
    Dim value As String
     
    value = instance.GetCategoryNames(pointIndex)
    public string GetCategoryNames( 
       int pointIndex
    )

    Parameters

    pointIndex
    See Also