예제 #1
0
        protected override void OnPrimaryKeyChangedComplete(Exception error)
        {
            if (error != null)
            {
                throw error;
            }

            MainChart.Width   = DisplayArea.Width;
            MainChart.Height  = DisplayArea.Height;
            DisplayArea.Image = MainChart.GetChartImage();
        }