Setting position of custom vertical axis

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
tirby
Newbie
Newbie
Posts: 84
Joined: Mon Mar 16, 2009 12:00 am

Setting position of custom vertical axis

Post by tirby » Tue Dec 06, 2016 3:09 am

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.

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Setting position of custom vertical axis

Post by Christopher » Wed Dec 07, 2016 12:10 pm

Hello,

I think you should be able to use a PlaceAxes method similar to the one shown here.
Best Regards,
Christopher Ireland / 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

Post Reply