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

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