2D chart web control.
Namespace:
C1.Web.C1WebChartAssembly: 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
System..::..Object
System.Web.UI..::..Control
System.Web.UI.WebControls..::..WebControl
System.Web.UI.WebControls..::..BaseDataBoundControl
System.Web.UI.WebControls..::..DataBoundControl
C1.Web.C1WebChartBase..::..baseWebChart
C1.Web.C1WebChart..::..C1WebChart
System.Web.UI..::..Control
System.Web.UI.WebControls..::..WebControl
System.Web.UI.WebControls..::..BaseDataBoundControl
System.Web.UI.WebControls..::..DataBoundControl
C1.Web.C1WebChartBase..::..baseWebChart
C1.Web.C1WebChart..::..C1WebChart