Search found 6 matches

by HighWay
Wed Aug 01, 2007 10:43 am
Forum: JFreeChart
Topic: Stacked Area color does not match with Legend
Replies: 4
Views: 7096

Stacked Area color does not match with Legend

Hi Everyone, Pasted below is the self-contained source for stacked chart. If you run it, you will see stacked area chart color is not set same as legend. I will appreciate if you can point me to right direction Thanks -Zack p.s - don`t forget to change output directory path for chart :) import org.j...
by HighWay
Mon Jul 30, 2007 8:28 am
Forum: JFreeChart
Topic: How to set the color for stacked area
Replies: 5
Views: 8574

Hi,

Wondering if I spotted a bug or there is a solution to my problem (code posted above)?

Thanks
-Zack
by HighWay
Wed Jul 25, 2007 10:29 pm
Forum: JFreeChart
Topic: How to set the color for stacked area
Replies: 5
Views: 8574

Hi David, Still have the problem displaying same color as in legend. Below is the self contained Demo. Note: Its does not matter if I select Color.Blue over new Color(255,244,222) -Zack. import org.jfree.chart.ChartFactory; import org.jfree.chart.ChartUtilities; import org.jfree.chart.JFreeChart; im...
by HighWay
Thu Jul 19, 2007 6:29 pm
Forum: JFreeChart
Topic: How to set the color for stacked area
Replies: 5
Views: 8574

How to set the color for stacked area

Hi I was able to create Stacked Area chart from ChartFactory.createXYAreaChart(with TimeSeries dataset as Second.class). I faced problem while setting the color of stacked chart. Note: the code below successfully sets the color for legend but failed to set the color for stacked area. renderer.setSer...
by HighWay
Wed Jul 18, 2007 12:26 am
Forum: JFreeChart
Topic: Using TimeSeries in StackedArea Chart (StackedXYAreaChartDem
Replies: 6
Views: 8788

StackedXYAreaChartDemo3.java does not support TimeSeries Dataset (my data could be in seconds,days,weeks,months,years). I was able to create Stacked Area chart from ChartFactory.createXYAreaChart(with TimeSeries dataset as Second.class). I faced problem while setting the color of stacked chart. Note...
by HighWay
Tue Jul 17, 2007 1:00 am
Forum: JFreeChart
Topic: Using TimeSeries in StackedArea Chart (StackedXYAreaChartDem
Replies: 6
Views: 8788

Using TimeSeries in StackedArea Chart (StackedXYAreaChartDem

Hi, I have been using JFreeChart for 1 year and am impressed with the easy and the quality of graph also the documentation (need some improvement). Lately I stumbled on a problem and I cannot find a solution …. Problem: Need for a Stacked Area Time Series chart. Good example for this is under Area C...