private void DoChart()
        {
            var ct = new ChartTools(_coName, Chart1, 70, 1);

            ct.Resize(DropSize.SelectedValue, 0.75D);
            ct.Reset(_coName + " timeline");
            ct.DoSharesVolume();
            ct.DoEvents();
        }