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

SeriesPoint.NonAnimatedValue Property

Gets the non-animated value of the SeriesPoint.Value property.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public double NonAnimatedValue { get; }

Property Value

Type Description
Double

A Double value, representing the non-animated value.

Remarks

When the animation is performed for a specific series point, its SeriesPoint.Value can be changed. If, in this case, you need to access the original value for a series point (e.g. to display it in tooltips), use the NonAnimatedValue property instead.

See Also