miunsi63 / gflot

Automatically exported from code.google.com/p/gflot
0 stars 0 forks source link

setLabel(String label) missing method #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Try to compile code with: 
 plotOptions.addYAxisOptions( new AxisOptions().setLabel( "Temperature (C\u00b0)" ) );
you will notice that setLabelMethod is not available

What version of the product are you using? On what operating system?
2.4.0

Please provide any additional information below.

Original issue reported on code.google.com by maciej.r...@gmail.com on 30 Nov 2012 at 3:29

GoogleCodeExporter commented 9 years ago
The support for axis label is present since 2.4.1. Update your version and 
you'll find the method :)

Original comment by nmr.morel on 30 Nov 2012 at 10:09