dotnetCHARTING Send comments on this topic.
Chart Constructor
See Also 
dotnetCHARTING Namespace > Chart Class : Chart Constructor



Initializes a new empty instance of the Chart control.

Syntax

Visual Basic (Declaration) 
Public Function New()
Visual Basic (Usage)Copy Code
Dim instance As Chart()
C# 
public Chart()
C++/CLI 
public:
Chart();

See Also