Click or drag to resize
ChartFactoryGetGanttChartWithId Method
实例化甘特图对象

Namespace: Appkit.Web.Chart
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static GanttChart GetGanttChartWithId(
	HtmlImage img,
	string id
)

Parameters

img
Type: System.Web.UI.HtmlControlsHtmlImage
id
Type: SystemString

Return Value

Type: GanttChart
See Also