예제 #1
0
        public Function_Smoothing()
        {
            // This call is required by the Windows Form Designer.
            InitializeComponent();

            line1.Clear();
            line1.Add(new int[] { 4, 9, 5, 7, 2, 12, 15 });
            line1.RefreshSeries();
        }