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

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