Exemplo n.º 1
0
 constructor: function ChartPlot(chart , renderer) {
     Component.apply(this. arguments);
 }
Exemplo n.º 2
0
 constructor: function Title(owner , renderer) {
     Component.apply(this , arguments);
 } ,
Exemplo n.º 3
0
 constructor: function Axis(owner , renderer , axisType) {
     this.axisType = axisType;
     Component.apply(this , arguments);
 } ,