Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Int32

Return Value

ExcelChartType

See Also