Project

ChartForgeX

Render deterministic charts, dashboards, topology, hierarchy, and report visuals directly from .NET.

Stars 45
Forks 2
NuGet downloads 48,107
Release ChartForgeX-v1.7.0
Language: HTML Updated: 2026-09-02

API Reference

Class

VisualMotionCue

Namespace ChartForgeX.Motion

Describes one deterministic motion cue for a named target.

Inheritance

  • Object
  • VisualMotionCue

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

VisualMotionCue(System.String arg1, ChartForgeX.Motion.VisualMotionEffect arg2) #

Creates a motion cue for a named target.

Parameters

arg1 System.String required
arg2 ChartForgeX.Motion.VisualMotionEffect required

Methods

WithDistance(System.Double arg1) #

Sets the travel distance used by positional effects.

Parameters

arg1 System.Double required
WithEasing(ChartForgeX.Motion.VisualMotionEasing arg1) #

Sets the cue easing curve.

Parameters

arg1 ChartForgeX.Motion.VisualMotionEasing required
WithTiming(System.Double arg1, System.Double arg2) #

Sets the cue timing.

Parameters

arg1 System.Double required
arg2 System.Double required

Properties

TargetId #

Gets or sets the stable target id.

Effect #

Gets or sets the visual effect.

Easing #

Gets or sets the easing curve.

DelaySeconds #

Gets or sets the delay before this cue starts, in seconds.

DurationSeconds #

Gets or sets the cue duration, in seconds.

DistancePixels #

Gets or sets the travel distance used by positional effects, in pixels.