Annotations or Marks ?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Werner
Newbie
Newbie
Posts: 46
Joined: Mon Aug 06, 2007 12:00 am

Annotations or Marks ?

Post by Werner » Sat Mar 22, 2008 6:23 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Mar 25, 2008 9:40 am

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:

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply