Click or drag to resize
ChartClickEventArgs Class
Event arguments when a chart element is clicked.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Kettic.AspNet.Controls.ChartModelChartClickEventArgs

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class ChartClickEventArgs : EventArgs

The ChartClickEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodChartClickEventArgs(IActiveRegion)
Create instance of the class
Public methodChartClickEventArgs(IActiveRegion, ChartSeries)
Create instance of the class
Public methodChartClickEventArgs(IActiveRegion, ChartSeries, ChartSeriesPoint)
Create instance of the class
Top
Properties
  NameDescription
Public propertyElement
Reverse link to a parent
Public propertySeries
Chart series
Public propertySeriesItem
Chart Series Item
Top
See Also