Version

Chart’s Event Model

The Chart control offers many events that you can handle to achieve any kind of programming logic to solve most business problems. Knowing what events Chart has to offer can make programming much simpler and easier to maintain.

In order to handle these events, you will need to understand the basics of Chart’s object model. Many of Chart’s objects are presented to you through the Event Arguments that you can access in the event handlers. With the abundance of available events, there is no reason why any kind of complex business logic cannot be implemented one way or another.

In this section, you will learn about several useful events that you can use to achieve basic functionaility that you will find in many applications.

Click the links below to learn more about a few of the most commonly used events in Chart and examples of how to use them.