Hi,
I want to have several custom text on the chart, with the possibilty to rotate this text like the marks.
Is TAnnotationtool able to rotate as TMarkItems ?
I have written my own series type, can I add my own TMarkItems ?
A code snippet was very welcome.
best regards
Werner
Annotations or Marks ?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Werner,
No, TAnnotationTool doesn't support rotation. However, if your custom series inherit from base series style (TChartSeries) or any other TeeChart series it should already support marks, for example:
No, TAnnotationTool doesn't support rotation. However, if your custom series inherit from base series style (TChartSeries) or any other TeeChart series it should already support marks, for example:
Code: Select all
Series1.Marks.Visible := true;
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 |