public OxyPlot.PlotModel SetupPlot(Models.MainBooksModel mainModel)
 {
     _mainModel = mainModel;
     return(SetupPercentageBooksReadByLanguagePlot());
 }
 public PlotModel SetupPlot(Models.MainBooksModel mainModel)
 {
     _mainModel = mainModel;
     return(SetupLongitudeWithTimePlot());
 }
 public OxyPlot.PlotModel SetupPlot(Models.MainBooksModel mainModel)
 {
     _mainModel = mainModel;
     return(SetupWorldCountriesMapPlot());
 }
 public OxyPlot.PlotModel SetupPlot(Models.MainBooksModel mainModel)
 {
     _mainModel = mainModel;
     return(SetupTalliesPerCalendarYearPlot());
 }
Beispiel #5
0
 public PlotModel SetupPlot(Models.MainBooksModel mainModel)
 {
     _mainModel = mainModel;
     return(SetupDaysPerBookWithTimePlot());
 }
 public OxyPlot.PlotModel SetupPlot(Models.MainBooksModel mainModel)
 {
     _mainModel = mainModel;
     return(SetupBooksInTranslationPlot());
 }
 public PlotModel SetupPlot(Models.MainBooksModel mainModel)
 {
     _mainModel = mainModel;
     return(SetupPageRatePlot());
 }
Beispiel #8
0
 public OxyPlot.PlotModel SetupPlot(Models.MainBooksModel mainModel)
 {
     _mainModel = mainModel;
     return(SetupOverallBookAndPageTalliesPlot());
 }
Beispiel #9
0
 public OxyPlot.PlotModel SetupPlot(Models.MainBooksModel mainModel)
 {
     _mainModel = mainModel;
     return(SetupAverageDaysPerBookPlot());
 }
 public OxyPlot.PlotModel SetupPlot(Models.MainBooksModel mainModel)
 {
     _mainModel = mainModel;
     return(SetupTotalPagesReadByCountryPlot());
 }
Beispiel #11
0
 public OxyPlot.PlotModel SetupPlot(Models.MainBooksModel mainModel)
 {
     _mainModel = mainModel;
     return(SetupBooksAndPagesLastTenPlot());
 }
Beispiel #12
0
 public OxyPlot.PlotModel SetupPlot(Models.MainBooksModel mainModel)
 {
     _mainModel = mainModel;
     return(SetupCurrentBooksReadByCountryPlot());
 }
Beispiel #13
0
 public OxyPlot.PlotModel SetupPlot(Models.MainBooksModel mainModel)
 {
     _mainModel = mainModel;
     return(SetupCountryLocationsBooksReadPlot());
 }
Beispiel #14
0
 public OxyPlot.PlotModel SetupPlot(Models.MainBooksModel mainModel)
 {
     _mainModel = mainModel;
     return(SetupLatitudeWithTimePlot());
 }