From: Christian P. <chr...@ip...> - 2003-12-05 10:12:04
|
The following code snippet will do the trick: ValueLabelRenderer valueLabelRenderer=3Dnew ValueLabelRenderer(false,false,true, -1 ); valueLabelRenderer.setValueChartFont(chFont); //ChartFont chFont valueLabelRenderer.setValueLabelPosition( ValueLabelPosition.ON_TOP); valueLabelRenderer.setPixelValuePadding(paddingHeight); valueLabelRenderer.useVerticalLabels(true); clusteredBarChartProperties.addPostRenderEventListener(valueLabelRenderer= ); Regards Christian Petersen -----Original Message----- From: jch...@li... [mailto:jch...@li...] On Behalf Of Parul = GOYAL Sent: 5. december 2003 05:37 To: jCh...@li... Subject: [jCharts-users] How to show Value labels, with clustered Bar = charts Hi, I have made a clustered bar chart using JCharts. Now I want Value Labels = to appear at the top of EACH bar of every cluster.=20 If I use the sample code(for Value Labels), that is given in examples, = it works fine with simple Bar chart, but doesn't work with Clustered bar = chart. Can somebody help, please ? Thanks Parul ------------------------------------------------------- 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_id=1278&alloc_id371&op=3Dick _______________________________________________ jCharts-users mailing list jCh...@li... https://lists.sourceforge.net/lists/listinfo/jcharts-users |