Gets or sets the data point that corresponds to the location of the mouse.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public Point DataPoint { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DataPoint As Point |
See Also