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

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