Skip to main content

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.v14.2.dll

#Declaration

public FadeInMode Mode { get; set; }

#Property Value

Type Description
FadeInMode

A FadeInMode enumeration value.

See Also