Version

ChartDataEventArgs Class Members

The following tables list the members exposed by ChartDataEventArgs.

Public Constructors
 NameDescription
Public ConstructorChartDataEventArgs ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyColumnLabelThe text label associated with the DataColumn returned by the click event.  
Public PropertyDataColumnGets the Index of the Data Column which was clicked.  
Public PropertyDataRowGets the Index of the DataRow that was clicked.  
Public PropertyDataValueGets the data value at DataRow, DataColumn in the DataSource.  
Public PropertyLayerIDThe LayerID associated with the Data returned by the click event.  
Public PropertyRowLabelThe text label associated with the DataRow returned by the click event.  
Public Methods
 NameDescription
Public MethodToStringReturns a string representation of a ChartDataEventArgs object.  
See Also