ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Chart Namespace / C1CompositeChartExtender Class / SeriesTransition Property

In This Topic
    SeriesTransition Property (C1CompositeChartExtender)
    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