Hi All,
Custom Axis and the "Axis Arrow" tool or the "Axis scroll tool"
don't work together. (using a plain .NET windows application with
TChart .NET 2.0 latest version 2.0.2040.15119).
When I use the "Editor" to add either of these tools to my vertical left
Custom Axis it first looks like it added it. But it is in-effective. Then when I try to edit it again I get an Exception in the Editor just
by clicking on the Axis Arrow or Axis scroll tool in the list of added
tools.
Also, the 'Hand' cursor that is supposed to show with the "Axis scroll tool"
doesn't show when a custom axis is added. (It should show when the mouse is over the axis associated with the 'Axis scroll tool'.
Is there any work-around through dynamic coding?
Thanks,
Norman
Custom Axis and Axis tool / Axis scroll tool cause Exception
I noticed that I can bypass the editor and add the code into the 'initializecomponents' method of the .NET C# code ... for
"Axis Scroll"
HOWEVER: I found that when you add axis-scroll to your axis, only the LAST one added will show the 'Hand' cursor. Not the others.
How can I make it show the 'Hand' cursor for all axes that have an axis-scroll associated with them?
"Axis Scroll"
HOWEVER: I found that when you add axis-scroll to your axis, only the LAST one added will show the 'Hand' cursor. Not the others.
How can I make it show the 'Hand' cursor for all axes that have an axis-scroll associated with them?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi fano,
I've checked that this works fine here using the latest Debug Build available.
I've been able to reproduce this and have seen that those tools doesn't work with custom axes. I've added the defect (TF02011043) to our bug list to be fixed future releases.
When I use the "Editor" to add either of these tools to my vertical left
Custom Axis it first looks like it added it. But it is in-effective. Then when I try to edit it again I get an Exception in the Editor just
by clicking on the Axis Arrow or Axis scroll tool in the list of added
tools.
I've checked that this works fine here using the latest Debug Build available.
Also, the 'Hand' cursor that is supposed to show with the "Axis scroll tool"
doesn't show when a custom axis is added. (It should show when the mouse is over the axis associated with the 'Axis scroll tool'.
Is there any work-around through dynamic coding?
I've been able to reproduce this and have seen that those tools doesn't work with custom axes. I've added the defect (TF02011043) to our bug list to be fixed future releases.
I've also been able to reproduce this and added the issue (TF02011044) to our bug list as well.HOWEVER: I found that when you add axis-scroll to your axis, only the LAST one added will show the 'Hand' cursor. Not the others.
How can I make it show the 'Hand' cursor for all axes that have an axis-scroll associated with them?
Best Regards,
Narcís Calvet / 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 |