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

SequenceArtifact

Namespace ChartForgeX.VisualArtifacts

Describes a reusable product-neutral sequence or interaction diagram artifact.

Inheritance

  • Object
  • SequenceArtifact

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

AddBlock(ChartForgeX.VisualArtifacts.SequenceArtifactBlockKind arg1, System.String arg2, System.Int32 arg3, System.Int32 arg4) #

Adds a block span.

Parameters

arg1 ChartForgeX.VisualArtifacts.SequenceArtifactBlockKind required
arg2 System.String required
arg3 System.Int32 required
arg4 System.Int32 required
AddMessage(System.String arg1, System.String arg2, System.String arg3, ChartForgeX.VisualArtifacts.SequenceArtifactMessageLineStyle arg4) #

Adds a message.

Parameters

arg1 System.String required
arg2 System.String required
arg3 System.String required
arg4 ChartForgeX.VisualArtifacts.SequenceArtifactMessageLineStyle required
AddNote(ChartForgeX.VisualArtifacts.SequenceArtifactNotePlacement arg1, System.Collections.Generic.IEnumerable{System.String} arg2, System.String arg3) #

Adds a note.

Parameters

arg1 ChartForgeX.VisualArtifacts.SequenceArtifactNotePlacement required
arg2 System.Collections.Generic.IEnumerable{System.String} required
arg3 System.String required
AddParticipant(System.String arg1, System.String arg2, ChartForgeX.VisualArtifacts.SequenceArtifactParticipantKind arg3) #

Adds or updates a participant.

Parameters

arg1 System.String required
arg2 System.String required
arg3 ChartForgeX.VisualArtifacts.SequenceArtifactParticipantKind required
Create(System.String arg1) #

Creates a sequence artifact.

Parameters

arg1 System.String required
WithSize(System.Double arg1, System.Double arg2) #

Sets the natural preview size.

Parameters

arg1 System.Double required
arg2 System.Double required
WithSubtitle(System.String arg1) #

Sets the subtitle.

Parameters

arg1 System.String required
WithTitle(System.String arg1) #

Sets the title.

Parameters

arg1 System.String required

Properties

Id #

Gets or sets a stable sequence artifact id.

Title #

Gets or sets the sequence title.

Subtitle #

Gets or sets the sequence subtitle.

Width #

Gets or sets the natural preview width.

Height #

Gets or sets the natural preview height.

Padding #

Gets or sets the preview padding.

ExportFormats #

Gets or sets supported static export formats.

Participants #

Gets participants in display order.

Messages #

Gets messages in chronological order.

Notes #

Gets notes in chronological order.

Blocks #

Gets block spans.

Metadata #

Gets artifact metadata for host adapters.