Пример #1
0
 public VerticalConversionWrapper(GenericChartPlotter <TH, TV> plotter)
 {
     this.plotter = plotter;
 }
Пример #2
0
 public HorizontalConversionWrapper(GenericChartPlotter <TH, TV> plotter)
 {
     this.plotter = plotter;
 }