Hi,
As shown above, the legend at the bottom sometimes overlaps with the display. Can you please suggest a way to automatically adjust the chart height so that legend doesn't overlap with the graph display?
Thanks
Legend overlaps with display
Re: Legend overlaps with display
Hello asupriya,
I recommend you that use CustomPosition of legend as false as do in next lines of code:
Could you tell us if it work as you expected?
Thanks,
I recommend you that use CustomPosition of legend as false as do in next lines of code:
Code: Select all
tChart1.Legend.Alignment = Steema.TeeChart.LegendAlignments.Bottom;
tChart1.Legend.CustomPosition = false;
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 |