Skip to main content

Class ChartStreamingAnimationPreset

Namespace: VelloSharp.ChartEngine
Assembly: VelloSharp.ChartEngine.dll

Defines animation presets applied to streaming data flows.

public sealed record ChartStreamingAnimationPreset : IEquatable<ChartStreamingAnimationPreset>

Inheritance

objectChartStreamingAnimationPreset

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

ChartStreamingAnimationPreset

FadeIn

Fade applied when new data points enter the window.

public ChartAnimationTimeline FadeIn { get; init; }

Property Value

ChartAnimationTimeline

RollingWindowShift

Rolling window shift used when the visible range advances forward.

public ChartAnimationTimeline RollingWindowShift { get; init; }

Property Value

ChartAnimationTimeline

SlideIn

Slide offset for incoming samples towards the rightmost edge.

public ChartAnimationTimeline SlideIn { get; init; }

Property Value

ChartAnimationTimeline