Exemple #1
0
        public TestUserControl()
        {
            InitializeComponent();
            PlotView.Model = PlotView.Model ?? new OxyPlot.PlotModel();
            model          = new OxyPlotEx.ViewModel.MultiLineModel2 <string>(new DispatcherX(this.Dispatcher), PlotView.Model);

            Init();
        }
Exemple #2
0
        public TestUserControl()
        {
            InitializeComponent();
            PlotView.Model = PlotView.Model ?? new OxyPlot.PlotModel();
            model          = new OxyPlotEx.ViewModel.MultiLineModel2 <string>(new DispatcherX(this.Dispatcher), PlotView.Model);
            //var matches = new Betfair.DAL.FootballConnection().GetMatches();

            Init();


            //var tc = io.Sum(a => a.Amount);
        }