ExpertComponents WebChart
ChartClickEventArgs Class
Namespaces > ExpertChart > ChartClickEventArgs
Information sent to the user when the chart is clicked
Syntax
C#Visual BasicManaged C++
public class ChartClickEventArgs : EventArgs
Public Class ChartClickEventArgs _
	Inherits EventArgs
public ref class ChartClickEventArgs : public EventArgs
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
ChartClickEventArgsNew(ChartType, Int32, Int32)
Contructor. Initializes the data.
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.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RecordIndex
Index of the record that was clicked.
ToString()
String representation of the class
(Overrides Object.ToString().)
Inheritance Hierarchy
Object
EventArgs
 ChartClickEventArgs

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