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