Skip to main content
A newer version of this page is available. .

AnimationBase.Enabled Property

Gets or sets the value indicating whether or not animation is enabled.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty]
[TypeConverter(typeof(BooleanTypeConverter))]
public bool Enabled { get; set; }

Property Value

Type Description
Boolean

true if animation is enabled; otherwise false.

See Also