Returns coordinates of the mouse pointer in the ChartView space.
Namespace:
C1.Silverlight.ChartAssembly: C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)
Syntax
| C# |
|---|
public Point GetPosition( MouseEventArgs e ) |
| Visual Basic |
|---|
Public Function GetPosition ( _ e As MouseEventArgs _ ) As Point |
Parameters
- e
- Type: System.Windows.Input..::..MouseEventArgs
Mouse event data.