Page 1 of 1

Setting position of custom vertical axis

Posted: Tue Dec 06, 2016 3:09 am
by 13052810
Hi,

I'm using TChart Version 3.4.3371.26406
Visual Studio 2010
Programming with C#

I have added 3 custom vertical axis's to the left side of the TChart, and 3 custom vertical axis's to the right side of the TChart.
The issue is that they are place one on top of the other.
Using tChart1.Axes.Custom[x].Position, I can determine where my custom axis's are.
I cannot however, use this to set the position as it is Read-Only.

I need to position the 2nd and 3rd custom vertical axis's such that they are not stacked over one another.
Can you assist?

Thanks!

Additional info:
The function of the ActiveX component:
TChart1.axis.Custom(x).PositionPercent = some int value....
This is what I'm trying to accomplish with the .net component.

Re: Setting position of custom vertical axis

Posted: Wed Dec 07, 2016 12:10 pm
by Christopher
Hello,

I think you should be able to use a PlaceAxes method similar to the one shown here.