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

ActivityTimelineBlock

Namespace ChartForgeX.VisualBlocks

A dashboard activity feed with section labels, status nodes, connectors, and nested checklist rows.

Inheritance

  • Object
  • ActivityTimelineBlock

Methods

AddChecklistItem(System.String arg1, System.Boolean arg2, System.Boolean arg3) #

Adds a nested checklist item.

Parameters

arg1 System.String required
arg2 System.Boolean required
arg3 System.Boolean required
AddEvent(System.String arg1, System.String arg2, ChartForgeX.VisualBlocks.VisualStatus arg3, System.String arg4, System.String arg5, System.String arg6) #

Adds a primary timeline event.

Parameters

arg1 System.String required
arg2 System.String required
arg3 ChartForgeX.VisualBlocks.VisualStatus required
arg4 System.String required
arg5 System.String required
arg6 System.String required
AddHiddenSummary(System.Int32 arg1, System.String arg2) #

Adds a compact hidden-items summary.

Parameters

arg1 System.Int32 required
arg2 System.String required
AddSection(System.String arg1) #

Adds a section label.

Parameters

arg1 System.String required
Create() #

Creates a new activity timeline block.

WithEventSurfaces(System.Boolean arg1) #

Sets whether primary events render as card-like surfaces or compact inline rows.

Parameters

arg1 System.Boolean required

Properties

Items #

Gets timeline items.

ShowEventSurfaces #

Gets or sets whether event rows render a contained surface behind their content.