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

WorkloadListBlock

Namespace ChartForgeX.VisualBlocks

A dashboard card for people, workload, or ranked rows with avatar slots and progress rails.

Inheritance

  • Object
  • WorkloadListBlock

Methods

AddPerson(System.String arg1, System.String arg2, System.Double arg3, System.Double arg4, ChartForgeX.VisualBlocks.VisualStatus arg5, System.String arg6, System.String arg7, System.Nullable{ChartForgeX.Primitives.ChartColor} arg8, System.String arg9, System.Boolean arg10) #

Adds a person workload row.

Parameters

arg1 System.String required
arg2 System.String required
arg3 System.Double required
arg4 System.Double required
arg5 ChartForgeX.VisualBlocks.VisualStatus required
arg6 System.String required
arg7 System.String required
arg8 System.Nullable{ChartForgeX.Primitives.ChartColor} required
arg9 System.String required
arg10 System.Boolean required
Create() #

Creates a new workload list block.

WithAction(System.String arg1, System.String arg2, System.String arg3) #

Sets optional footer action text.

Parameters

arg1 System.String required
arg2 System.String required
arg3 System.String required
WithDividers(System.Boolean arg1) #

Sets whether row dividers are shown.

Parameters

arg1 System.Boolean required
WithProgressRails(System.Boolean arg1) #

Sets whether progress rails are shown.

Parameters

arg1 System.Boolean required
WithSelectionControls(System.Boolean arg1) #

Sets whether checkbox-style selection controls are shown.

Parameters

arg1 System.Boolean required

Properties

Rows #

Gets workload rows.

ShowProgressRails #

Gets or sets whether progress rails are shown.

ShowSelectionControls #

Gets or sets whether checkbox-style selection controls are shown.

ShowDividers #

Gets or sets whether row dividers are shown.

ActionLabel #

Gets optional footer action text.

ActionSymbol #

Gets optional footer action symbol.

ActionUrl #

Gets optional footer action URL for SVG/HTML outputs.