Hi
Compared with my previous program (easy chart), jfreechart
is simply better. I have changed all my aplications to jfreechart
Now, I have been searching any way to change the width of a line
(in an overlaidchart with lines and areas)
¿anybody knows how to do it?
maybe "setLineWidth(X)".... but where i can found it?
and how it can be done?
bye and thanks!
JP
line width definition (?)
Re: line width definition (?)
In the Plot class, you can use the setSeriesStroke(...) methods to control the line stroke for each series. The LineChartDemo1 application has one example using dotted lines, but you can also control the line thickness this way.
Regards,
DG.
Regards,
DG.