MindFusion.Charting Programmer's Guide

Chart.AreaEventArgs Constructor

See Also
 





Creates a new instance of the AreaEventArgs class.

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

 Syntax

C#  Copy Code

public Chart.AreaEventArgs (
    int index,
    int seriesIndex
)

Visual Basic  Copy Code

Public New ( _
    index As Integer, _
    seriesIndex As Integer _
)

Java  Copy Code

public Chart.AreaEventArgs (
    int index,
    int seriesIndex
)

JavaScript  Copy Code

function Chart.AreaEventArgs (index, seriesIndex)

 Parameters

index
The 0-based index of the clicked element.
seriesIndex
The 0-based index of the series, where the clicked element is located. Used only in multi-series charts.

 See Also