gslender / ofcgwt

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

LineStyle #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. If LineStyle is a enum like BarStyle
2. If the 2.0beta is like the 1.3 (LineStyle is a enum in 1.3)

What version of the product are you using? On what operating system?
I am useing the trunk version.

Please provide any additional information below.
In 2.x version the LineStyle seems to be a regular class.

This is what I wanna do (From the examples Test.java):
LineChart lc1 = new LineChart(LineStyle.NORMAL);

But it does not work.

Original issue reported on code.google.com by vegard.g...@gmail.com on 22 Sep 2009 at 6:07