コード例 #1
0
 public VerticalConversionWrapper(GenericChartPlotter <TH, TV> plotter)
 {
     this.plotter = plotter;
 }
コード例 #2
0
 public HorizontalConversionWrapper(GenericChartPlotter <TH, TV> plotter)
 {
     this.plotter = plotter;
 }