Skip to main content

AnimationBase.Enabled Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
Boolean

true if animation is enabled; otherwise false.

See Also