Back to Devexpress

Stock2DFadeInAnimation.Mode Property

wpf-devexpress-dot-xpf-dot-charts-dot-stock2dfadeinanimation-b468c547.md

latest1.9 KB
Original Source

Stock2DFadeInAnimation.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

Stock2DFadeInAnimation Class

Stock2DFadeInAnimation Members

DevExpress.Xpf.Charts Namespace