Hello again,
On a pie series, if you edit the series and click Format->Marks, there are options for "Vertical centre callout" and "callout leg size".
How do I get at these values in code? I just cannot seem to find them.
Tony.
Pie series options question.
Re: Pie series options question.
Hello Tony,
If you want modify values of "Vertical centre callout" and "callout leg size" in runtime as do next lines of code:
I hope will helps.
Thanks,
If you want modify values of "Vertical centre callout" and "callout leg size" in runtime as do next lines of code:
Code: Select all
TChart1.Series(0).asPie.PieMarks.LegSize = 25
TChart1.Series(0).asPie.PieMarks.VertCenter = True
Thanks,
Best Regards,
Sandra Pazos / 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: Pie series options question.
Thanks. I just couldn't find them anywhere in the code.
Tony.
Tony.