Articles in this section

How to enable/disable the zoom kit using C# ?

 The zoom kit can be enabled using the following C# code.

C#

ChartAreaCommands.SwitchZooming.Execute(null, Chart1.Areas[0]);

The following C# code will disable the zoom kit.

C#

ChartAreaCommands.CancelZooming.Execute(null, Chart1.Areas[0]);
Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied