Version

VisualizationClickedEventArgs Class Members

The following tables list the members exposed by VisualizationClickedEventArgs.

Public Properties
 NameDescription
Public PropertyCellThe clicked cell  
Public PropertyRowThe row containing the clicked cell, can be used to get the values of other cells in the same row, for example to get the CustomerId even if the cell clicked was "Sales Amount".  
Public PropertyVisualizationThe visualization containing the clicked cell  
See Also