ComponentOne BubbleChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / C1CompositeChart Class / SeriesTransition Property

In This Topic
    SeriesTransition Property (C1CompositeChart)
    In This Topic
    A value specifies whether to show animation and the duration and effect for the animation when reload data.
    Syntax
    'Declaration
     
    Public Property SeriesTransition As ChartAnimation
    public ChartAnimation SeriesTransition {get; set;}
    See Also