ElementSelectedEventArgs Class

An object that provides information about the chart item associated with the ElementSelected event.

Namespace: charting

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Element object Gets an object instance of chart element that was selected.
Public property IsReadOnly bool Returns True if the selected element is read-only.
Public property Selected bool Returns True if the element is still selected.
Public property Type enum Gets the type of chart element that was clicked.  See ChartVisualElementType for a list.
Inheritance Hierarchy

elsystem.Object

elsystem.EventArgs

charting.ElementSelectedEventArgs