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