SeriesPoint.NonAnimatedValue Property
Gets the non-animated value of the SeriesPoint.Value property.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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