private void Click_ZOOM_IN_Button()
        {
            this.SPCChart.ClickAction = BTeeChart.ChartClickAction.DEFAULT;

            ZoomPopup Zoom = new ZoomPopup();

            Zoom.SPC_CHART_TYPE   = SPC_CHART_TYPE.BASECHART;
            Zoom.BaseRawChartView = this;
            Zoom.ShowDialog();
        }