From: Nathaniel G. A. <nat...@ya...> - 2003-04-17 17:38:00
|
yes, this does not work. That getter/setter should have been commented out. But, I will take a look at the code tonight to see if I can get something to work since it is in there. --- Vikram Rajan <vr...@st...> wrote: > I need to add a percentage sign next to all values on the Y Axis. For this I added the following > bit of code: > > AxisProperties axisProperties= new AxisProperties(); > axisProperties.getYAxisProperties().setShowGridLines( > AxisTypeProperties.GRID_LINES_ONLY_WITH_LABELS ); > DataAxisProperties dataAxisProperties = > (DataAxisProperties)axisProperties.getYAxisProperties(); > dataAxisProperties.setUsePercentSigns(true); > > But when I generate the chart using the JPEG encoder, the percentage signs are not rendered. It > works (dollar signs are displayed) when I use the setUseDollarSigns() method. > > Is this a bug, or am I missing something? > > thanks, > Vikram ===== __________________________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo http://search.yahoo.com |