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

In This Topic
    SeriesTransition Property (C1ScatterChart)
    In This Topic
    A value that indicates 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