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.
Setting position of custom vertical axis
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Setting position of custom vertical axis
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 |