Chart 构造函数
定义
public:
Chart();
public Chart ();
Public Sub New ()
注解
您可以使用此构造函数 Chart 在运行时创建类的新实例。You can use this constructor to create a new instance of the Chart class at run time.
但是,为简单起见,建议您 Chart 在设计时创建实例。However, for simplicity, it is recommended that you create a Chart instance at design time.
这是控件的根对象 Chart 。This is the root object of the Chart control.