Click or drag to resize
GanttChartAddGantt Method
添加甘特系列

Namespace: Appkit.Web.Chart
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public GanttSeries AddGantt(
	string id
)

Parameters

id
Type: SystemString
系列标题

Return Value

Type: GanttSeries
成功添加的甘特系列
See Also