Back to Devexpress

Bar2DFadeInAnimation.Mode Property

wpf-devexpress-dot-xpf-dot-charts-dot-bar2dfadeinanimation-edaa68ed.md

latest1.9 KB
Original Source

Bar2DFadeInAnimation.Mode Property

Specifies the FadeIn 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

Bar2DFadeInAnimation Class

Bar2DFadeInAnimation Members

DevExpress.Xpf.Charts Namespace