ExpertComponents WebChart
ChartClickEventArgs Constructor (type, record, column)
Namespaces > ExpertChart > ChartClickEventArgs > ChartClickEventArgsNew(ChartType, Int32, Int32)
Contructor. Initializes the data.
Syntax
C#Visual BasicManaged C++
public ChartClickEventArgs (
	ChartType type,
	int record,
	int column
)
Public Sub New ( _
	type As ChartType, _
	record As Integer, _
	column As Integer _
)
public:
ChartClickEventArgs (
	ChartType type, 
	int record, 
	int column
)
Parameters
type (ChartType)
The type of the chart.
record (Int32)
The data row of the chart data element clicked.
column (Int32)
The data column of the chart data element clicked.

Assembly: ExpertComponents.WebChart Version: 2.1.0.18844 (Module: ExpertComponents.WebChart)