Version 24.2 (latest)

ChartDataEventArgs Class Properties

For a list of all members of this type, see ChartDataEventArgs members.

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 PropertyPrimitiveGets/sets value of Primitive.  
Public PropertyRowLabelThe text label associated with the DataRow returned by the click event.  
See Also