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

ChartList

Namespace ChartForgeX.VisualBlocks

A themeable list visual block.

Inheritance

  • Object
  • ChartList

Methods

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

Adds a checklist item.

Parameters

arg1 System.String required
arg2 System.Boolean required
arg3 System.String required
AddItem(System.String arg1, System.String arg2) #

Adds a list item.

Parameters

arg1 System.String required
arg2 System.String required
AddStatusItem(System.String arg1, ChartForgeX.VisualBlocks.VisualStatus arg2, System.String arg3) #

Adds a status-colored list item.

Parameters

arg1 System.String required
arg2 ChartForgeX.VisualBlocks.VisualStatus required
arg3 System.String required
Create() #

Creates a new chart list.

WithDenseMode(System.Boolean arg1) #

Sets whether compact row sizing is used.

Parameters

arg1 System.Boolean required
WithMarker(ChartForgeX.VisualBlocks.VisualListMarker arg1) #

Sets the marker style.

Parameters

arg1 ChartForgeX.VisualBlocks.VisualListMarker required

Properties

Items #

Gets list items.

Marker #

Gets or sets the marker style.

Dense #

Gets or sets whether compact row sizing is used.