ComponentOne FinancialChart for WPF
Y Property (HitTestInfo)



C1.Chart Namespace > HitTestInfo Class : Y Property
Gets the y-value of the closest data point.
Syntax
'Declaration
 
Public ReadOnly Property Y As Object
'Usage
 
Dim instance As HitTestInfo
Dim value As Object
 
value = instance.Y
public object Y {get;}
public:
property Object^ Y {
   Object^ get();
}
See Also

Reference

HitTestInfo Class
HitTestInfo Members