Hi!
I've to create a special kind of area chart which has variable
min values. The min value of the area is not 0 as it is shown in
the examples (AreaChartDemo, AreaXYChartDemo, AreaXYChartDemo2)
which are in jfreechart package. Both the min value and the max value
varies. So the generated area should not be delimited by the 0 axis.
Can anyone help me?
thanks in advance
volker
Particular kind of area chart
Re: Particular kind of area chart
You would need to create a custom renderer to handle this. You could probably use the IntervalCategoryDataset as the data source.
Regards,
Dave Gilbert
Regards,
Dave Gilbert