Managing axes
Posted: Thu Jun 30, 2011 10:52 am
Hi all,
I am facing a problem while managing axes programmatically. Axes in my chart are logarithmic. I have some series on my chart. I can move these series over the chart by just clicking and dragging over the chart with mouse. My problem is when I move any series out of the boundaries it became invisible as it crosses the boundaries of the chart. To prevent this I started managing the axes on each and every move of series. But, as it is logarithmic axes, I am facing some problem. Hope you can understand what I am trying to do. One thing I want to let you know that I‘ve already done it for Linear Axes.
For more explanation I am attaching a project which contain a example which is created to do above task. It has two forms, LogAxis.cs and LinAxis.cs. In LogAxis.cs I tried to implement above task in logarithmic axes while in LinAxis.cs I tried to implement above in linear axes.
(There may be problem while running the project, since this project was too large, I have removed TeeChart DLL(version 4.1.2011) from bin folder. Please paste this dll at bin folder to run it.)
Hope you can understand what I am looking for.
Thanks in advance for solving this query.
Thanks and Regards
Ashish Pandey
I am facing a problem while managing axes programmatically. Axes in my chart are logarithmic. I have some series on my chart. I can move these series over the chart by just clicking and dragging over the chart with mouse. My problem is when I move any series out of the boundaries it became invisible as it crosses the boundaries of the chart. To prevent this I started managing the axes on each and every move of series. But, as it is logarithmic axes, I am facing some problem. Hope you can understand what I am trying to do. One thing I want to let you know that I‘ve already done it for Linear Axes.
For more explanation I am attaching a project which contain a example which is created to do above task. It has two forms, LogAxis.cs and LinAxis.cs. In LogAxis.cs I tried to implement above task in logarithmic axes while in LinAxis.cs I tried to implement above in linear axes.
(There may be problem while running the project, since this project was too large, I have removed TeeChart DLL(version 4.1.2011) from bin folder. Please paste this dll at bin folder to run it.)
Hope you can understand what I am looking for.
Thanks in advance for solving this query.
Thanks and Regards
Ashish Pandey