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

BlockLayoutItem

Namespace ChartForgeX.VisualBlocks

Describes one item in a deterministic block layout.

Inheritance

  • Object
  • BlockLayoutItem

Constructors

BlockLayoutItem(System.String arg1, System.String arg2, System.Int32 arg3, ChartForgeX.VisualBlocks.BlockLayoutShape arg4, System.Boolean arg5) #

Initializes a block layout item.

Parameters

arg1 System.String required
arg2 System.String required
arg3 System.Int32 required
arg4 ChartForgeX.VisualBlocks.BlockLayoutShape required
arg5 System.Boolean required

Properties

Id #

Gets or sets the stable block id.

Label #

Gets or sets the display label.

ColumnSpan #

Gets or sets how many layout columns this item spans.

Shape #

Gets or sets the preferred item shape.

IsSpace #

Gets whether this item is an invisible spacer.