ComponentOne FinancialChart for WinForms
C1.Chart Namespace / HitTestInfo Class / Item Property

In This Topic
    Item Property (HitTestInfo)
    In This Topic
    Gets the data object that corresponds to the closest data point.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("HitTestInfo.Item", "Gets the data object that corresponds to the closest data point.")>
    Public ReadOnly Property Item As Object
    [C1Description("HitTestInfo.Item", "Gets the data object that corresponds to the closest data point.")]
    public object Item {get;}
    See Also