Winnovative Web Chart Documentation

ChartClickEventArgs Constructor

Winnovative Web Chart
Contructor. Initializes the data.

Namespace:  Winnovative
Assembly:  Winnovative.WebChart (in Winnovative.WebChart.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public ChartClickEventArgs(
	ChartType type,
	int record,
	int column
)

Parameters

type
Type: WinnovativeChartType
The type of the chart.
record
Type: SystemInt32
The data row of the chart data element clicked.
column
Type: SystemInt32
The data column of the chart data element clicked.
See Also

Reference