Page 1 of 1

Annotations or Marks ?

Posted: Sat Mar 22, 2008 6:23 pm
by 10546313
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

Posted: Tue Mar 25, 2008 9:40 am
by narcis
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;