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

BlockLayoutEdge

Namespace ChartForgeX.VisualBlocks

Describes a link between two block layout items.

Inheritance

  • Object
  • BlockLayoutEdge

Constructors

BlockLayoutEdge(System.String arg1, System.String arg2, System.String arg3, System.Boolean arg4) #

Initializes a block layout edge.

Parameters

arg1 System.String required
arg2 System.String required
arg3 System.String required
arg4 System.Boolean required

Properties

SourceId #

Gets or sets the source item id.

TargetId #

Gets or sets the target item id.

Label #

Gets or sets the optional edge label.

Directed #

Gets or sets whether the edge is directed.