Accord.Controls.Chart.Chart C# (CSharp) Method

Chart() public method

Initializes a new instance of the Chart class.
public Chart ( ) : System
return System
        public Chart()
        {
            // This call is required by the Windows.Forms Form Designer.
            InitializeComponent();

            // update control style
            SetStyle(ControlStyles.AllPaintingInWmPaint | ControlStyles.ResizeRedraw |
                ControlStyles.DoubleBuffer | ControlStyles.UserPaint, true);
        }