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