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

TopologyTeamMember

Namespace ChartForgeX.Topology

Describes one team member for reusable people and organization diagrams.

Inheritance

  • Object
  • TopologyTeamMember

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

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

Creates a team member item.

Parameters

arg1 System.String required
arg2 System.String required
arg3 System.String required

Properties

Id #

Gets the stable member id.

Name #

Gets the member display name.

Role #

Gets or sets the member role or title.

ParentId #

Gets or sets the manager or parent member id.

Level #

Gets or sets an explicit member level. Null is inferred from the team root and parent chain.

Status #

Gets or sets the member health state.

IconId #

Gets or sets an optional icon id from a topology icon catalog.

LayoutPolicy #

Gets or sets the layout policy applied to this member and its descendant subtree. Null inherits the manager policy.

Metadata #

Gets arbitrary member metadata copied to the generated person node. Builder-owned hierarchy and layer keys remain authoritative.