[]
        
(Showing Draft Content)

C1.Chart.AnimationOptions

AnimationOptions Class

Stores animation options.

Inheritance
AnimationOptions
Namespace: C1.Chart
Assembly: C1.Blazor.Chart.dll
Syntax
public class AnimationOptions : INotifyPropertyChanged

Constructors

Name Description
AnimationOptions()

Properties

Name Description
Duration

Gets or sets the animation duration.

Easing

Gets or sets the animation easing.

FPS

Gets or sets animation FPS (frame per second).

Type

Gets or sets the animation type.

Methods

Name Description
OnPropertyChanged(string)

Called when property was changed.

Events

Name Description
PropertyChanged

Fires when property value was changed.