Version

GetChartInfoFromPoint Method (IChartComponent)

Syntax
'Declaration
 
Function GetChartInfoFromPoint( _
   ByVal point As Point _
) As ChartDataEventArgs
ChartDataEventArgs GetChartInfoFromPoint( 
   Point point
)

Parameters

point
Point at which mouse was clicked.

Return Value

Information about the underlying data row and column, and particulars of the mouse click event.
Remarks

This method populates an informative object, Infragistics.UltraChart.Shared.Events.ChartDataEventArgs, related to the processing of mouse click events on the chart. It maps the point coordinates in the chart grid area to a chart element, and then further translates that chart element into an underlying piece of data (identified by column and row).

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also