[]
        
(Showing Draft Content)

C1.Chart.AnimationTransformEventArgs

AnimationTransformEventArgs Class

Specifies arguments for AnimationTransform event.

Inheritance
AnimationTransformEventArgs
Namespace: C1.Chart
Assembly: C1.Blazor.Chart.dll
Syntax
public class AnimationTransformEventArgs : EventArgs

Properties

Name Description
AxisType

Gets the axis type.

Cancel

Whether to cancel the default animation.

End

Gets the ending position.

PointIndex

Get the current point index.

Position

Gets the animation position (from 0.0 to 1.0).

Series

Gets the current series.

Start

Gets the startig position.

State

Gets the animation state.

Value

Gets or sets the value in data coordinates.