XlsChartShape
GetCategoryLabels Method
 | 
Gets category labels array.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public string[] GetCategoryLabels()
 
Public Function GetCategoryLabels As String()
 
public:
array<String^>^ GetCategoryLabels()
 
member GetCategoryLabels : unit -> string[] 
 
 
 
Return Value
Type:
String
 
See Also