Class ChartStreamingAnimationPreset
Namespace: VelloSharp.ChartEngine
Assembly: VelloSharp.ChartEngine.dll
Defines animation presets applied to streaming data flows.
public sealed record ChartStreamingAnimationPreset : IEquatable<ChartStreamingAnimationPreset>
Inheritance
object ← ChartStreamingAnimationPreset
Implements
IEquatable<ChartStreamingAnimationPreset>
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Default
public static ChartStreamingAnimationPreset Default { get; }
Property Value
FadeIn
Fade applied when new data points enter the window.
public ChartAnimationTimeline FadeIn { get; init; }
Property Value
RollingWindowShift
Rolling window shift used when the visible range advances forward.
public ChartAnimationTimeline RollingWindowShift { get; init; }
Property Value
SlideIn
Slide offset for incoming samples towards the rightmost edge.
public ChartAnimationTimeline SlideIn { get; init; }