Gets or sets the position of the mouse over the plot area.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public Point MousePosition { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MousePosition As Point |
See Also