I am attempting to implement a different interactivity tool that is similar to the DataZoomTool. It seems like this is somewhat supported by the chart, but perhaps not full-featured?
Using .NET Reflector, I have borrowed the DataZoomTool implementation and am moderately successful in getting my new class to work. This class is derived from ChartMouseTool and performs reasonably well except for the lack of documentation on some of the base-class functions i have called.
My question is whether this is whether there is a better way to achieve this. I am somewhat uncomfortable using undocumented / internal Xceed functions and this code is succeptable to breaking when your next version is released. Are there any samples of how to implement user-defined interactivity that i can reference? Is there a better scheme than this that i should look into?
E.g. I could also implement my own zooming abilities without using the chart interactivity heirarchy. Should i go this route instead?
Thanks,
Richard P
Austin Digital, Inc.
Imported from legacy forums. Posted by rpineo (had 2547 views)