Hi.
If I understand the problem, it's that the graph uses one grid-row for each time period, so must use 4 rows of the grid to show the 4 quarters of an hour, and that there's no way to reduce the height of the rows on the grid, therefore the graph is too big and must be scrolled.
If using just two grid-rows per hour would allow the graph to display without scrolling, could you use Chr(223) to represent a quarter hour and Chr(219) to represent a half hour?
(For anyone who doesn't want to go and look it up, Chr(223) is a "block" representing the top half of a character space, and Chr(219) is a "block" that fills a full character space.)
I haven't tested it, but it might be one more thing to try before the user drives you crazy!
Regards and good luck,
CalScot
Ayuda con grafica
Moderator: Rathinagiri
Re: Ayuda con grafica
Thanks Esguici
When finished I'll upload the code, in case someone is useful
When finished I'll upload the code, in case someone is useful
- esgici
- Posts: 4543
- Joined: Wed Jul 30, 2008 9:17 pm
- DBs Used: DBF
- Location: iskenderun / Turkiye
- Contact:
Re: Ayuda con grafica
OK Martin, I'll waitmartingz wrote:When finished I'll upload the code
Surely it will be useful; as our friend Daniel said here : Every comment made on the forum is a little more knowledgein case someone is useful
Happy HMG'ing
Viva INTERNATIONAL HMG 
Re: Ayuda con grafica
CalScot
I will try to use Chr (223) & Chr (219) to try to occupy only 2 lines of the grid for one hour
Thank you very much to all for your help
I will try to use Chr (223) & Chr (219) to try to occupy only 2 lines of the grid for one hour
Thank you very much to all for your help