ChartElementClickEventArgs Class

An object that provides information about the chart element that was clicked including x/y position, time, and other values.  Values are updated when a click event occurs.

Namespace: charting

Properties

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

  Name Type Description
Public property DataStreamValue double Gets the data stream value.
Public property Element object Gets the ChartVisualElement object for the selected type of element.
Public property Time datetime Gets the interval time stamp corresponding to the x location clicked in the chart.
Public property StudyValue double Gets the study value.
Public property Type enum Gets the type of chart element that was clicked.  See ChartVisualElementType for a list.