A WebChart provides a component to use in ASP.NET applications that holds a Chart object.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
[SerializableAttribute]
public class WebChart : Panel
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class WebChart _
	Inherits Panel
Visual C++
[SerializableAttribute]
public ref class WebChart : public Panel

Inheritance Hierarchy

See Also