Project

ChartForgeX

Render deterministic charts, dashboards, topology, hierarchy, and report visuals directly from .NET.

Stars 46
Forks 2
NuGet downloads 62,324
Release ChartForgeX-v1.8.1
Language: HTML Updated: 2026-09-22

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.