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

WorkloadListRow

Namespace ChartForgeX.VisualBlocks

One row in a workload list.

Inheritance

  • Object
  • WorkloadListRow

Constructors

WorkloadListRow(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) #

Initializes a 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

Properties

Label #

Gets or sets the primary row label.

Subtitle #

Gets or sets secondary row text.

Value #

Gets or sets the progress value.

Maximum #

Gets or sets the progress maximum.

Status #

Gets or sets the semantic row status.

AvatarText #

Gets or sets avatar initials or a compact symbol.

DisplayValue #

Gets or sets a right-aligned value override.

Color #

Gets or sets an optional row accent color.

Note #

Gets or sets optional compact status note text.

Selected #

Gets or sets whether the row is selected.