Hi
I am trying , line chart with different background colors
catogaryplot object only has setBackground for one color
that is a Paint object, i need to draw three different colors
can any one help
Thanks
Pramod
How to draw Line chart with 3 different Background Colors
Re: How to draw Line chart with 3 different Background Color
You could create a subclass of CategoryPlot and override the drawOutlineAndBackground(...) method (which is inherited from the Plot class).
Regards,
DG.
Regards,
DG.
Re: How to draw Line chart with 3 different Background Color
Thanks
I got the solution through TexturePaint Object
Thanks
pramod
I got the solution through TexturePaint Object
Thanks
pramod