Пример #1
0
 public BarChart SetRangeAxis(ValueAxis rangeAxis)
 {
     this.rangeAxis = rangeAxis;
     return(this);
 }
 public BarChart setRangeAxis(ValueAxis rangeAxis) {
     this.rangeAxis = rangeAxis;
     return this;
 }