public EnergyCurveView(EnergyChartView chartView)
        {
            InitializeComponent();

            this.Graduations = new Dictionary<int, GraduationLine>();
            this.GraduationTexts = new Dictionary<int, GraduationText>();
        }
        public EnergyCurveView(EnergyChartView chartView)
        {
            InitializeComponent();

            this.Graduations     = new Dictionary <int, GraduationLine>();
            this.GraduationTexts = new Dictionary <int, GraduationText>();
        }
Example #3
0
 public EnergyCurveView(EnergyChartView chartView)
 {
     InitializeComponent();
 }