Version

ChartDataDoubleClicked Event

Event handler for UltraChart double click events.
Syntax
'Declaration
 
Public Event ChartDataDoubleClicked As ChartDataClickedEventHandler
public event ChartDataClickedEventHandler ChartDataDoubleClicked
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.
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 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