Hi,
I need to make a 2D chart with grid lines behind that are not evenly-spaced.
For instance, daily x values with monthly grid lines (31 days in Jan, 28 days in Feb etc).
It gets a bit more complicated as there may be missing data, so I want to be able to determine which points have grid lines based on the x-values.
How can I do this please?
Are there any handy examples among the samples?
I am using the SWT Java version.
Many thanks
Roger
Custom Grid
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Custom Grid
Hi Roger,
The easiest way to do that is setting axis labels style being set to points text labels. Therefore you'll only get grid lines for those points.
The easiest way to do that is setting axis labels style being set to points text labels. Therefore you'll only get grid lines for those points.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Custom Grid
Thanks Narcís,
That worked well.
That worked well.