API Reference
Class
ApexAnimations
Represents animation options.
Inheritance
- Object
- ApexAnimations
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method ApexAnimations.SetEnabled
- Method ApexAnimations.SetSpeed
- Property ApexChartOptions.Animations
Accepted by parameters
Constructors
public ApexAnimations() #Methods
Inherited Methods
Properties
public Nullable<Boolean> Enabled { get; set; } #JsonPropertyName("enabled")Gets or sets whether animations are enabled.
public Nullable<Int32> Speed { get; set; } #JsonPropertyName("speed")Gets or sets the animation speed.
public ApexAnimateGradually AnimateGradually { get; set; } #JsonPropertyName("animateGradually")Gets or sets whether to animate gradually.
public ApexDynamicAnimation DynamicAnimation { get; set; } #JsonPropertyName("dynamicAnimation")Gets or sets dynamic animation options.