Search found 3 matches
- Wed Dec 22, 2010 10:01 pm
- Forum: JFreeChart
- Topic: Use of StackedBarRenderer and getting CategoryItemEntity
- Replies: 2
- Views: 6437
Re: Use of StackedBarRenderer and getting CategoryItemEntity
we are getting a plot entity
- Wed Dec 22, 2010 9:18 pm
- Forum: JFreeChart
- Topic: Use of StackedBarRenderer and getting CategoryItemEntity
- Replies: 2
- Views: 6437
Use of StackedBarRenderer and getting CategoryItemEntity
We believe that when we use David Gilbert's wonderful StackedBarPlotRenderer, the chartEntity in the code excerpt below never is an instance of CategoryItemEntity - how can we get it to be a CategoryItemEntity????? Does the StackedBarRenderer prohibit receiving CategoryItemEntity? chartEntity chartE...
- Tue Nov 09, 2010 2:11 pm
- Forum: JFreeChart
- Topic: Which method is preferred?
- Replies: 0
- Views: 2910
Which method is preferred?
Is it best to create a chart using the ChartFactory or the new XYPlot and why?