I've got a SimpleBarPlot and I'm trying to attach data values to each bar a la SimpleBars.java.
The plot works great just no data labels. What am I missing? I didn't see anything else in the example fill that looked like it pertained to labeling the bars.
------------------------------------------- Color plotColor = someColorOtherThanBlack; ChartAttribute attrib = new ChartAttribute( plotColor, 1, ChartConstants.LS_SOLID, plotColor ); attrib.setFillFlag( true );
Sorry, we cannot tell what the problem is based on inspection. The problem must associated with something you don't show. You will need to send us the complete program to debug and display. You can see a half dozen examples which display data values in the Bargraphs example.