i want to create a graph with line Series.
I want also 2 YAxis, one left for the first serie and one right for the second serie.
I try
Code: Select all
this.getAxes().getRight().setVisible(true);
How to do that , if it's possible ?
Thx for your help