Accord.Controls.Wavechart.Wavechart C# (CSharp) Метод

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

Initializes a new instance of the Wavechart class.
public Wavechart ( ) : System
Результат System
        public Wavechart()
        {
            InitializeComponent();

            this.DoubleBuffered = true;

            this.bordersPen = new Pen(Color.Black);
            this.backgroundBrush = new SolidBrush(BackColor);
        }