ExpertComponents WebChart
ColumnIndex Property
Namespaces > ExpertChart > ChartClickEventArgs > ColumnIndex
Index of the table column that was clicked. The index is 0-based and it takes into account only the columns that are displayed as data series in the chart.
Syntax
C#Visual BasicManaged C++
public int ColumnIndex { get; }
Public ReadOnly Property ColumnIndex As Integer
public:
int ColumnIndex {
	int get ();
}

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