WFA_psychometric_chart.Form_handler.RefreshGraph C# (CSharp) 메소드

RefreshGraph() 공개 메소드

public RefreshGraph ( ) : void
리턴 void
        public void RefreshGraph()
        {
            this.Invalidate();
            chart1.Invalidate();
            // chart1.Dispose();//--Releases all the resources used by the chart...
            plot_new_graph();

            //--Reseting the menustrip values for new plotting....
            menuStripNodeLineInfoValues.Clear();
            menuStripNodeInfoValues.Clear();
            index = 0;
            incrementIndex = 0;
        }