Hi,
how do I change the style of the markTips tool at runtime from "label and percent" to "label and value" in a dbchart?
Brgds.
Steffen
MarkTips Tool: Change style at runtime
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: MarkTips Tool: Change style at runtime
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: MarkTips Tool: Change style at runtime
Hi Narcís,
thank you but for some reason this hasn't any effect.
I tried updating the chart after changing tools style but with no effect either.
Any idea?
Best regards,
Steffen
thank you but for some reason this hasn't any effect.
I tried updating the chart after changing tools style but with no effect either.
Any idea?
Best regards,
Steffen
Re: MarkTips Tool: Change style at runtime
Hi Steffen,
If your TMarksTipTool is called ChartTool1, try this:
If your TMarksTipTool is called ChartTool1, try this:
Code: Select all
ChartTool1.Style:=smsLabelValue;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |