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