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

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