AForge.Controls.Chart.Chart C# (CSharp) Метод

Chart() публичный Метод

Initializes a new instance of the Chart class.
public Chart ( ) : System
Результат 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 );
        }