Back to Devexpress

AreaStacked2DFadeInAnimation.Mode Property

wpf-devexpress-dot-xpf-dot-charts-dot-areastacked2dfadeinanimation-6198e4df.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public FadeInMode Mode { get; set; }
vb
Public Property Mode As FadeInMode

Property Value

TypeDescription
FadeInMode

A FadeInMode enumeration value.

|

Available values:

NameDescription
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

Animation

AreaStacked2DFadeInAnimation Class

AreaStacked2DFadeInAnimation Members

DevExpress.Xpf.Charts Namespace