Search found 3 matches

by JohnSColeman
Tue Oct 31, 2006 10:57 am
Forum: JFreeChart
Topic: vertical tick labels
Replies: 1
Views: 2030

vertical tick labels

I have a 3D bar chart created using the factory, and have Days on the domain axis.

I sthere any way to have vertical tick labels for the dates as we can on a DateAxis. The setVerticalTickLabels method doesn't seem to be implemented?

TIA
John
by JohnSColeman
Tue Oct 24, 2006 12:47 pm
Forum: JFreeChart
Topic: Inserting 'data table' ??
Replies: 3
Views: 3104

The source code for those demos is included with the JFreeChart Developer Guide, if you want to know exactly how it is done. It's not part of the chart - it just puts a JTable component below the ChartPanel component, and displays them together. I was just asking about this, and had tried this meth...
by JohnSColeman
Tue Oct 24, 2006 12:40 pm
Forum: JFreeChart
Topic: data table
Replies: 1
Views: 1868

data table

I'd like to display a table of data under my chart which is not based on the dataseries. I've tried to use the ChartPanel and set a layout manager like Border or Box, and add a JTable component, but I can't seem to get the table to display. It seems the ChartPanel does not work like a regular JPanel...