From: Nathaniel G. A. <nat...@ya...> - 2003-12-20 15:11:23
|
You can create an Implementation of the PreAxisValueRenderListener to change the Paint implementation used for each bar. For an example see the src for the following implementation: BackgroundRenderer backgroundRenderer = new BackgroundRenderer( new Color( 20, 20, 20, 50 ) ); barChartProperties.addPreRenderEventListener( backgroundRenderer ); --- Ashutosh Satyam <ash...@al...> wrote: > Hi, > I need to paint each of the BARS for the Chart Type 'BAR' using different paints. > The current library supports this type of feature only for 'Clustered Bar' and 'Stacked Bar'. > > Can you give me pointers on what I need to change in the existing code to achieve it. > > Thanks in Advance, > Ashutosh > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click > _______________________________________________ > jCharts-users mailing list > jCh...@li... > https://lists.sourceforge.net/lists/listinfo/jcharts-users __________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ |