How to start the line graph margin value with user value
-
- Posts: 25
- Joined: Mon Oct 08, 2007 7:16 am
How to start the line graph margin value with user value
How to start the line graph margin value with user defined value instead of 0(zero by default)at the intersection of X and Y axis
thanks
mahesh
mahesh
If you have a specific range you need to display then just call
If you want the axis to scale automatically but want to exclude 0 from the auto range calculation then just call
Code: Select all
axis.setRange(...);
Code: Select all
axis.setAutoRangeIncludesZero(false);
-
- Posts: 25
- Joined: Mon Oct 08, 2007 7:16 am
-
- Posts: 25
- Joined: Mon Oct 08, 2007 7:16 am
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
I don't really understand the original problem description.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program