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

FlowArtifactStep

Namespace ChartForgeX.VisualArtifacts

Describes one step in a flow artifact.

Inheritance

  • Object
  • FlowArtifactStep

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

FlowArtifactStep(System.String arg1, System.String arg2, ChartForgeX.VisualArtifacts.FlowArtifactStepKind arg3) #

Initializes a flow step.

Parameters

arg1 System.String required
arg2 System.String required
arg3 ChartForgeX.VisualArtifacts.FlowArtifactStepKind required

Properties

Id #

Gets or sets the step id.

Label #

Gets or sets the display label.

Kind #

Gets or sets the semantic step kind.

LaneId #

Gets or sets the optional lane id.

Status #

Gets or sets the step status.

Subtitle #

Gets or sets an optional subtitle.

Icon #

Gets or sets an optional icon id.

Symbol #

Gets or sets an optional symbol.

Color #

Gets or sets an optional accent color.

Badge #

Gets or sets an optional badge.

Width #

Gets or sets the static preview width.

Height #

Gets or sets the static preview height.

Metadata #

Gets step metadata for host adapters and exporters.