Version

ChartDataClicked Event

Event for UltraChart mouse click events.
Syntax
'Declaration
 
Public Event ChartDataClicked As ChartDataClickedEventHandler
public event ChartDataClickedEventHandler ChartDataClicked
Event Data

The event handler receives an argument of type ChartDataEventArgs containing data related to this event. The following ChartDataEventArgs properties provide information specific to this event.

PropertyDescription
ColumnLabel The text label associated with the DataColumn returned by the click event.
DataColumn Gets the Index of the Data Column which was clicked.
DataRow Gets the Index of the DataRow that was clicked.
DataValue Gets the data value at DataRow, DataColumn in the DataSource.
LayerID The LayerID associated with the Data returned by the click event.
Primitive Gets/sets value of Primitive.
RowLabel The text label associated with the DataRow returned by the click event.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also