Skip to main content
A newer version of this page is available. .

Pie2DFadeInAnimation.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.v19.2.dll

Declaration

public FadeInMode Mode { get; set; }

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