CircularMarkerFadeInAnimation.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.v26.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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