Hi All,
I'm working on an application that has a view that holds 3 ultra charts and 3 ultra grids. The three charts are of type pie chart 3D.
The chart has legands visible. My problem the charts have more data. So the legand more gets enabled.
When i click on the more it does not work. I am only having 3 or 4 legand data beyond more and on click of which the charts shud resize allowing the legand to be visible completely. But it is not happening that way.
Could this problem be fixed? Please help me out if you know something that could solve the problem.
Thank you so much for your help.
The "More" indicator is just a text label and is not supposed to raise an event. It's there to indicate that there are more items in the legend than the legend can display. However, You can add a click event to the "more" label if you follow the example in this post:http://forums.infragistics.com/forums/p/19150/70389.aspx#70389