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



In This Topic
    ChartElement Property
    In This Topic
    Gets the chart element at the specified coordinates.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ChartElement As ChartElement
    'Usage
     
    
    Dim instance As HitTestInfo
    Dim value As ChartElement
     
    value = instance.ChartElement
    public ChartElement ChartElement {get;}
    public:
    property ChartElement ChartElement {
       ChartElement get();
    }
    See Also