A Windows.Forms.Panel that contains a chart.

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

Syntax

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

Remarks

This class causes the contained chart to be redrawn as necessary.

Inheritance Hierarchy

See Also