Click or drag to resize
ChartBaseGetMaxiMum Method
获得数据列表中最大的数值

Namespace: Appkit.Web.Chart
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static double GetMaxiMum(
	List<double> lst
)

Parameters

lst
Type: System.Collections.GenericListDouble
数据列表

Return Value

Type: Double
最小值
See Also