The value of the hit element.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public Point Value { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Value As Point |
A instance of the System.Windows.Point structure whose X and Y values represent the values of the hit point.
See Also