Represents a root object to create a chart.

Namespace:  Nasosoft.Chart.Drawing
Assembly:  Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)

Syntax

Visual Basic (Declaration)
Public Class Chart _
	Inherits Component
C#
public class Chart : Component
Visual C++
public ref class Chart : public Component
JavaScript
Nasosoft.Chart.Drawing.Chart = function();

Type.createClass(
	'Nasosoft.Chart.Drawing.Chart',
	Component);

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      Nasosoft.Chart.Drawing..::.Chart

See Also