Presents a control to display a dashboard.

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

Syntax

C#
public class DashboardViewer : ChartViewer
Visual Basic (Declaration)
Public Class DashboardViewer _
	Inherits ChartViewer
Visual C++
public ref class DashboardViewer : public ChartViewer

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