Example #1
0
 public VerticalConversionWrapper(GenericChartPlotterOld <TH, TV> plotter)
 {
     this.plotter = plotter;
 }
Example #2
0
 public HorizontalConversionWrapper(GenericChartPlotterOld <TH, TV> plotter)
 {
     this.plotter = plotter;
 }