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

In This Topic
    ChartElement Property (HitTestInfo)
    In This Topic
    Gets the chart element at the specified coordinates.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("HitTestInfo.ChartElement", "Gets the chart element at the specified coordinates.")>
    Public ReadOnly Property ChartElement As ChartElement
    [C1Description("HitTestInfo.ChartElement", "Gets the chart element at the specified coordinates.")]
    public ChartElement ChartElement {get;}
    See Also