Search found 9 matches

by kyunam
Fri May 21, 2004 6:00 am
Forum: JFreeChart
Topic: how to fix the bar size no matter what ChartPanel size is
Replies: 1
Views: 1897

how to fix the bar size no matter what ChartPanel size is

For instance, StackedBarChartDemo2 has 4 Categories (4 bars).
If I change the dataset to have only one category (bar), it takes up a whole drawing area.

How do I fix a bar size no matter how big the drawing area is?

Thanks.
Q [/url]
by kyunam
Sun May 02, 2004 9:40 pm
Forum: JFreeChart
Topic: how to deal with 100+ bars in Horizontal Stacked Bar Chart?
Replies: 1
Views: 2485

how to deal with 100+ bars in Horizontal Stacked Bar Chart?

yeah, for example, I want to have 100 horizontal bars in the Horizontal Stacked Bars Chart. When they show up, each bar is really thin (don't look good). How do I tell each bar to keep the minimum or prefered size? Also, category labels (my labes are little bit long) are overlapped. How do I avoid t...
by kyunam
Thu Feb 12, 2004 1:06 am
Forum: JFreeChart
Topic: How do I create FIXED legend?
Replies: 1
Views: 2172

How do I create FIXED legend?

In stackedBarDemo 2, for instance, how do I create a fixed legend?

Thanks.
Q
by kyunam
Sat Feb 07, 2004 9:15 am
Forum: JFreeChart
Topic: differentiate subTasks by different colors? GanttDemo2
Replies: 0
Views: 1492

differentiate subTasks by different colors? GanttDemo2

Let's say there are 3 sub tasks (each has 100% percentComplete) within a Task,
how do I color these 3 guys differently?

Thanks.
Q
by kyunam
Sat Feb 07, 2004 8:54 am
Forum: JFreeChart
Topic: using DefaultIntervalCategoryDataset in StackedBarChartDemo2
Replies: 0
Views: 1739

using DefaultIntervalCategoryDataset in StackedBarChartDemo2

In StackedBarChartDemo2, I created DefaultIntervalCategoryDataset instance and used it when I created JFreeChart as follows (used DateAxis as well): ------------------------------------------------------------------------------------- private org.jfree.data.CategoryDataset createModifiedDataset() { ...
by kyunam
Fri Feb 06, 2004 6:48 pm
Forum: JFreeChart
Topic: StackedBarChart with TimeSeriesCollection as value
Replies: 0
Views: 1606

StackedBarChart with TimeSeriesCollection as value

I need a graph similar to StackedBarChartDemo2 except that value will be TimeSeriesCollection.

Any suggestions?

Thanks.
by kyunam
Fri Feb 06, 2004 5:43 pm
Forum: JFreeChart
Topic: DateAxis: showing every hours for a day.
Replies: 1
Views: 1976

DateAxis: showing every hours for a day.

org.jfree.chart.axis.DateAxis axis = (org.jfree.chart.axis.DateAxis)plot.getDomainAxis(); axis.setTickUnit(new org.jfree.chart.axis.DateTickUnit(org.jfree.chart.axis.DateTickUnit.HOUR, 1), false, false); If my values fall in the range of 2:00 am - 2:00 pm, DateAxis still starts from 2:00 am and ends...
by kyunam
Thu Feb 05, 2004 11:58 pm
Forum: JFreeChart
Topic: DateAxis - How to set values permanently
Replies: 1
Views: 2000

DateAxis - How to set values permanently

No matter what domain time values are, I want to have the axis in the following fixed format:

12:00 am 1:00 am ..... 11:00 pm 12:00 pm

How do I do that?

Thanks.

Q
by kyunam
Wed Jan 28, 2004 3:13 am
Forum: JFreeChart
Topic: GanttDemo2.java
Replies: 1
Views: 2219

GanttDemo2.java

I just downloaded everythingand bought a copy of developer's guide.
Where do I find GanttDemo2.java displayed in sample page? and any good suggestions on learning how to play with GanttChart?

Thanks a bunch!