Articles in this section
Category / Section

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

1 min read

 

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)
Please sign in to leave a comment
Access denied
Access denied