ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / 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
     
    Public ReadOnly Property Series As ISeries
    public ISeries Series {get;}
    See Also