I'm having a problem setting a value at design time, that gets reset at runtime. From the editor, on Series Format, Axis, Title, Style, if O set the title, at design time, at runtime it resets to "Axis Title %"
Is there a way to set this value before runtime ?
And not for a lack of looking, however I can't find this parameter to set at runtime.
Regards
Mike
Linear/Vertical Gauge Axis Values Reset At Rintime
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Mike,
This is a known issue (TV52012914) listed on the defect list to be fixed for next releases. In the meantime, the only solution is setting this at runtime.
This is a known issue (TV52012914) listed on the defect list to be fixed for next releases. In the meantime, the only solution is setting this 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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Mike,
Of course, here it's:
or:
Of course, here it's:
Code: Select all
Series1.GetHorizAxis.Title.Caption:='Hello World!';
Code: Select all
Chart1.Axes.Bottom.Title.Caption:='Hello World!';
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 |