ComponentOne FinancialChart for WPF
C1.Chart Namespace / HitTestInfo Class / Y Property



In This Topic
    Y Property (HitTestInfo)
    In This Topic
    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