Bar Chart Ploting and Interval marker Question

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
ashutosh
Posts: 15
Joined: Fri Dec 08, 2006 1:43 pm

Bar Chart Ploting and Interval marker Question

Post by ashutosh » Fri Jan 05, 2007 7:49 am

Hi ,

I want to ask a question that, While Ploting a Category Bar Chart can there be some gap between the Ploting of the same bar graph.

I mean, Let say I am having a dynamic bar graph with single category that plots the bar from 0-1000 with an interval of 50.

So if it plots the bar from 0-350 dynamically, then there should be a gap from 350-500 and next Ploting should start from 500 onwards. Can this be done with Category Bar Chart, or Stacked bar chart or any other Chart.

If yes then how??? what I have to do for that.

My other question is, can fix the Interval markers(0-50-100-150-200-250-300......so on) ??? As they changes automatically if the size of the chart area changes. What method I have to use for that?


Please do reply....

-Ashutosh

Locked