Click or drag to resize

XlsChartSeries FindOrderByType Method

Finds order by serie type.

Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int FindOrderByType(
	ExcelChartType type
)

Parameters

type
Type: Spire.Xls ExcelChartType
Type to find.

Return Value

Type: Int32
Returns order.
See Also