Bar2DFadeInAnimation.Mode Property
In This Article
Specifies the FadeIn mode, in which the series points are animated. This is a dependency property.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public FadeInMode Mode { get; set; }
#Property Value
Type | Description |
---|---|
Fade |
A Fade |
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. |
Points |
Both the series point markers and series labels fade in. |
See Also