Hi,
Is there a way for me to 'force' the width of an XY Bar Chart.
The lines of the plot like like lines when it is drawn but when I zoom in, it becomes bars. Can I force it to be lines and not bars?
Thanks.
Desmond
Width of bar for XY Bar Chart
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
The bar widths are determined by the startX and endX values returned by the dataset. But you could create a custom renderer that just draws a line for each value, if that's what you want.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

