Click or drag to resize
ChartSeriesAdd Method (Double, String)
添加点

Namespace: Appkit.Web.Chart
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public void Add(
	double yValue,
	string label
)

Parameters

yValue
Type: SystemDouble
纵坐标
label
Type: SystemString
横坐标显示值
See Also