Ejemplo n.º 1
0
 private void MvvmBar_Load(object sender, System.EventArgs e)
 {
     Model = new SeriesModel();
     lineChart1.Series = Model;
     lineChart1.LegendLocation = LegendLocation.Right;
     //if you need a custom tooltip dasly you need to use wpf for now
     lineChart1.DataToolTip = new LineCustomTooltip();
 }
Ejemplo n.º 2
0
 private void MvvmBar_Load(object sender, System.EventArgs e)
 {
     Model                     = new SeriesModel();
     lineChart1.Series         = Model;
     lineChart1.LegendLocation = LegendLocation.Right;
     //if you need a custom tooltip dasly you need to use wpf for now
     lineChart1.DataTooltip = new LineCustomTooltip();
 }