Version

ChartDataEventArgs Constructor(Int32,Int32,Double,String,Object,Object,Primitive)

Creates a new ChartDataClicked Event Args object.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal data As Double, _
   ByVal layerID As String, _
   ByVal rowLabel As Object, _
   ByVal colLabel As Object, _
   ByVal primitive As Primitive _
)
public ChartDataEventArgs( 
   int row,
   int column,
   double data,
   string layerID,
   object rowLabel,
   object colLabel,
   Primitive primitive
)

Parameters

row
The data row of the chart data element clicked.
column
The data column of the chart data element clicked.
data
A data value for the chart data element clicked, if single-valued.
layerID
Used internally by UltraChart.
rowLabel
The series label, if any, applicable to the data row selected.
colLabel
The item label, if any, applicable to the data column selected.
primitive
The Primitive associated with the 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