Is there any built in functionality to expand a graph to a big size and make it go back to normal again...something like enlarge image etc.
Let me know the available options to do it
You can use our built-in scale/scroll:
this.ultraChart1.Axis.X.ScrollScale.Visible = true;
If this is not what do you want, can you provide us a little more info?
I have used infragistics piechart to show like this. When the user double clicks on this, I want to show it in big size like enlarge image we see in some websites. Is there any built-in functionality like this.