ComponentOne FinancialChart for WinForms
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
     
    
    <C1DescriptionAttribute("HitTestInfo.X", "Gets the x-value of the closest data point.")>
    Public ReadOnly Property X As Object
    [C1Description("HitTestInfo.X", "Gets the x-value of the closest data point.")]
    public object X {get;}
    See Also