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