Presents a control to display a chart.

Namespace:  PerpetuumSoft.Charts.Windows.Forms
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public class ChartViewer : UserControl, 
	IDataContext
Visual Basic (Declaration)
Public Class ChartViewer _
	Inherits UserControl _
	Implements IDataContext
Visual C++
public ref class ChartViewer : public UserControl, 
	IDataContext

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.ScrollableControl
          System.Windows.Forms..::.ContainerControl
            System.Windows.Forms..::.UserControl
              PerpetuumSoft.Charts.Windows.Forms..::.ChartViewer
                PerpetuumSoft.Charts.Windows.Forms..::.DashboardViewer

See Also