Page 1 of 1

Series format question.

Posted: Wed Oct 13, 2010 7:10 pm
by 9530487
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.

Re: Series format question.

Posted: Fri Oct 15, 2010 8:18 am
by narcis
Hi Tony,

This is marks Callout:

Code: Select all

    TChart1.Series(0).Marks.Callout.Visible = True

Re: Series format question.

Posted: Fri Oct 15, 2010 8:31 am
by 9530487
There doesn't seem to be a "TChart1.Series(0).Marks.Callout.Pointer".

Is there access to this pointer class at all?

Re: Series format question.

Posted: Fri Oct 15, 2010 8:42 am
by narcis
Hi Tony,

Accessing Callout you are already accessing this pointer, for example:

Code: Select all

    TChart1.Series(0).Marks.Callout.Style = psCircle