Represents the method that will handle the Click event of the Chart control. Namespace: MindFusion.Charting.WebForms
|
C#
![]() |
---|
public delegate void Chart.AreaClickHandler ( |
Visual Basic
![]() |
---|
Public Delegate Sub Chart.AreaClickHandler ( _ |
The following code example demonstrates how to handle the Click event to recognize which bar in a chart is clicked:
C#
![]() |
---|
protected void BarChart1_Click(object sender, MindFusion.Charting.WebForms.Chart.AreaEventArgs e) |
Visual Basic
![]() |
---|
Protected Sub BarChart1_Click(ByVal sender As Object, ByVal e As MindFusion.Charting.WebForms.Chart.AreaEventArgs) |