XlsChartSeries
GetTypeByOrder Method
 | 
Gets serie type by order.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public ExcelChartType GetTypeByOrder(
	int order
)
 
Public Function GetTypeByOrder ( 
	order As Integer
) As ExcelChartType
 
public:
ExcelChartType GetTypeByOrder(
	int order
)
 
member GetTypeByOrder : 
order : int -> ExcelChartType 
 
 
 
Parameters
- 
order
 
- 
Type:
System
Int32
Current order.
 
Return Value
Type:
ExcelChartType
Returns found type.
 
See Also