Hi there,
im using a few series on my chart. each is connected to a different axis. the axis have different start positions.
i added check boxes on the legend to enable/disable the series and the connected axis. im in need to rearrange the the positions of the axis if one or more series are enabled/disabled.
is there an event fired when clicking on these check boxes so i can set a new axis position ? didnt find anything about that in the help files...
thx for help
Check Boxes in Legend
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Henning,
There's no specific event for what you request but it may help you using chart's OnClickLegend and/or OnAfterDraw events. You can also use Series.Visible to check if series are visible or not that's what changes when clicking legend checkboxes.
There's no specific event for what you request but it may help you using chart's OnClickLegend and/or OnAfterDraw events. You can also use Series.Visible to check if series are visible or not that's what changes when clicking legend checkboxes.
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 |