Click or drag to resize

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
)

Parameters

order
Type: System Int32
Current order.

Return Value

Type: ExcelChartType
Returns found type.
See Also