3D Chart web control.

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

Syntax

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

Inheritance Hierarchy

See Also