Skip to main content

ChartControl.AnimationMode Property

Gets or sets the animation mode of the chart control.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public ChartAnimationMode AnimationMode { get; set; }

#Property Value

Type Description
ChartAnimationMode

A ChartAnimationMode value that specifies the chart animation mode.

See Also