Hello again,
If you add a line series, then edit the series, click "Marks", then "Arrows", there is a button for "Pointer".
How do I get at that in code?
I know there is Lineseries.GetPointer, but that does not get the pointer for the arrows.
Thanks in advance,
Tony.
Series format question.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Series format question.
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 |
Re: Series format question.
There doesn't seem to be a "TChart1.Series(0).Marks.Callout.Pointer".
Is there access to this pointer class at all?
Is there access to this pointer class at all?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Series format question.
Hi Tony,
Accessing Callout you are already accessing this pointer, for example:
Accessing Callout you are already accessing this pointer, for example:
Code: Select all
TChart1.Series(0).Marks.Callout.Style = psCircle
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 |