Page 1 of 1

Multiple Axis outside chart bounds

Posted: Tue Apr 08, 2008 9:28 am
by 15047998
I am trying to add custom axis above the top axis - but tcannot get the chart to automatically resize - is there any way to get it resized - or do I need to do it programmatically?

thanks,

Hugh

Posted: Tue Apr 08, 2008 9:36 am
by narcis
Hi Hugh,

TeeChart doesn't automatically resize for custom axes, you need to do it manually, for example, setting panel margins:

Code: Select all

    TChart1.Panel.MarginUnits = muPercent
    TChart1.Panel.MarginTop = 10