2D chart web control.

Namespace:  C1.Web.C1WebChart
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
[DesignerAttribute(typeof(C1WebChartDesigner), typeof(IDesigner))]
[ToolboxBitmapAttribute(typeof(C1WebChart), "C1WebChart.png")]
[LicenseProviderAttribute]
[ToolboxDataAttribute("<{0}:C1WebChart runat=server></{0}:C1WebChart>")]
public class C1WebChart : baseWebChart
Visual Basic
<DesignerAttribute(GetType(C1WebChartDesigner), GetType(IDesigner))> _
<ToolboxBitmapAttribute(GetType(C1WebChart), "C1WebChart.png")> _
<LicenseProviderAttribute> _
<ToolboxDataAttribute("<{0}:C1WebChart runat=server></{0}:C1WebChart>")> _
Public Class C1WebChart _
	Inherits baseWebChart

Inheritance Hierarchy

See Also