[]
        
(Showing Draft Content)

C1.Web.Mvc.AnimationMode

AnimationMode Enum

Specifies the animation mode whether chart should animate one point at a time, series by series, or all at once.

Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public enum AnimationMode

Fields

Name Description
All

All points and series are animated at once.

Point

Animation is performed point by point. Multiple series are animated simultaneously at the same time.

Series

Animation is performed series by series. Entire series is animated at once, following the same animation as the "All" option, but just one series at a time.