| View previous topic :: View next topic |
| Author |
Message |
Iain Guest
|
Posted: Fri Jan 13, 2006 8:15 am Post subject: Charts + Series + Marks |
|
|
Hi All
Sorry for the cross post but I have posted this in this forum as the
databases forum appears to be very quiet.
I have a dbchart with 2 series both bar each with a range graphs
January to Decemner. Both bars are displayed adjacent to each other for
each month.
When the user checks a box(s) one or the other or both of the values
bar will be displayed at the top of the appropriate bar.
My problem is that when both are displayed at the same time and the
values in a 2 adjacent columns are similar one of the values will cover
the other making it impossible to read.
Has anyone any ideas how I can solve this.? I would like to place the
value along the bar if possible or failing that at the bottom of the
bar.
Any help greatly appreciated
Thanks in advance
Iain
|
|
| Back to top |
|
 |
etherington19@aol.com Guest
|
Posted: Fri Jan 13, 2006 10:29 am Post subject: Re: Charts + Series + Marks |
|
|
Hi Iain
I'm more used to asking on this site than answering but the following
may help.
Try DBChart.Canvas.Textout (and Rectangle if you want a box around it).
You will be able to place the box and text wherever is appropriate.
Ron Etherington
|
|
| Back to top |
|
 |
Iain Guest
|
Posted: Tue Jan 17, 2006 7:54 am Post subject: Re: Charts + Series + Marks |
|
|
Thanks for the suggestion Ron
Never thought of that angle myself
[email]etherington19 (AT) aol (DOT) com[/email] wrote:
| Quote: | Hi Iain
I'm more used to asking on this site than answering but the following
may help.
Try DBChart.Canvas.Textout (and Rectangle if you want a box around it).
You will be able to place the box and text wherever is appropriate.
Ron Etherington
|
|
|
| Back to top |
|
 |
|