MindFusion.Charting Programmer's Guide

Chart.AreaEventArgs Class

Remarks See Also
 





Provides data for the Click event.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public class Chart.AreaEventArgs : EventArgs

Visual Basic  Copy Code

Public Class Chart.AreaEventArgs
    Inherits EventArgs

JavaScript  Copy Code

// class
Chart.AreaEventArgs.prototype = {}

 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