ASP.NET Pack Programmer's Guide
Chart.AreaEventArgs Class
Remarks See Also
 





Provides data for the Click event.

Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public class Chart.AreaEventArgs : EventArgs

Visual Basic  Copy Code

Public Class Chart.AreaEventArgs
    Inherits EventArgs

 Remarks

The AreaEventArgs object passes information about the clicked chart part to an event handler for the Click event, which is associated with the Chart control.

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Charting.WebForms.Chart.AreaEventArgs

 See Also

Chart.AreaEventArgs Members
MindFusion.Charting.WebForms Namespace