Skip to main content

AreaStacked2DFadeInAnimation.Mode Property

Specifies the fade-in mode, in which the series points are animated. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public FadeInMode Mode { get; set; }

Property Value

Type Description
FadeInMode

A FadeInMode enumeration value.

Available values:

Name Description
Auto

The fade-in mode is defined automatically.

Points

Only series point markers fade in.

Labels

Only series labels fade in.

PointsAndLabels

Both the series point markers and series labels fade in.

See Also