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

GraphLayoutDirection

Namespace ChartForgeX.Interactivity

Names hierarchy flow directions for layered graph layouts.

Inheritance

  • Object
  • GraphLayoutDirection

Fields

TopToBottom #

Place parent or source levels above children.

BottomToTop #

Place parent or source levels below children.

LeftToRight #

Place parent or source levels at the left.

RightToLeft #

Place parent or source levels at the right.