Could someone set me straight about how do a runtime reset of the text value assigned at designtime in the Chart:Titles:Footer:Style text box.
Using dbChart1.Foot.Caption := 'xxx' creates a second footer in addition to the one assigned at designtime.
Thanks
Setting titles:footer caption property at runtime
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hello,
Here it works fine using the latest TeeChart version (7.04) available at our customer download area. Which version are you using?
Here it works fine using the latest TeeChart version (7.04) available at our customer download area. Which version are you using?
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 |
Setting titles:footer caption property at runtime
I'm using v7.04.
Setting titles:footer caption property at runtime
It's very strange. Designtime settings in DBChart:Titles:Footer show in the SubFoot section when I view the form as text, and vice versa.
Ok, I can work with that.
Ok, I can work with that.
Hi,
to clear the title and footer text of the Chart you must use :
Chart1.Title.Text.Clear;
Chart1.Foot.Text.Clear;
and to asign a text you can use :
Chart1.Title.Text.Add('title');
Chart1.Foot.Text.Add('foot');
to clear the title and footer text of the Chart you must use :
Chart1.Title.Text.Clear;
Chart1.Foot.Text.Clear;
and to asign a text you can use :
Chart1.Title.Text.Add('title');
Chart1.Foot.Text.Add('foot');
Pep Jorge
http://support.steema.com
http://support.steema.com