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

TerminalStoryAnimationOptions

Namespace ChartForgeX.Terminal

Configures animated raster export for a terminal story.

Inheritance

  • Object
  • TerminalStoryAnimationOptions

Usage

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

Accepted by parameters

Methods

Create() #

Creates animation options with Discord-friendly defaults.

WithEndHold(System.Double arg1) #

Sets how long the completed state remains visible.

Parameters

arg1 System.Double required
WithFramesPerSecond(System.Int32 arg1) #

Sets the requested frame rate.

Parameters

arg1 System.Int32 required
WithLoop(System.Boolean arg1) #

Configures whether the animation repeats.

Parameters

arg1 System.Boolean required
WithMaximumFrames(System.Int32 arg1) #

Sets the frame budget used to bound memory and file size.

Parameters

arg1 System.Int32 required
WithOutputScale(System.Int32 arg1) #

Sets the raster output density multiplier.

Parameters

arg1 System.Int32 required

Properties

FramesPerSecond #

Gets the requested frame rate.

Loop #

Gets whether the animation repeats.

EndHoldSeconds #

Gets the completed-state hold time before the animation repeats or ends.

OutputScale #

Gets the raster output density multiplier.

MaximumFrames #

Gets the maximum number of rendered frames.