Spread for ASP.NET 10 Product Documentation
GetCateGoryNames Method (SunburstSeries)


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
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

SunburstSeries Class
SunburstSeries Members

 

 


Copyright © GrapeCity, inc. All rights reserved.