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



In This Topic
    X Property (HitTestInfo)
    In This Topic
    Gets the x-value of the closest data point.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property X As Object
    'Usage
     
    
    Dim instance As HitTestInfo
    Dim value As Object
     
    value = instance.X
    public object X {get;}
    public:
    property Object^ X {
       Object^ get();
    }
    See Also