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

GraphHierarchyOptions

Namespace ChartForgeX.Interactivity

Describes reusable parent-child navigation behavior for graph explorer adapters.

Inheritance

  • Object
  • GraphHierarchyOptions

Properties

InitialRootNodeId #

Gets or sets the node initially used as the root of a drill-down view. Null starts at the complete graph.

InitialDepth #

Gets or sets the maximum descendant depth shown below the active root. Zero shows only the root.

IncludeAncestorBreadcrumbs #

Gets or sets whether breadcrumb controls should retain the active root's ancestor chain.

AutoFitOnNavigate #

Gets or sets whether adapters should fit the visible graph after hierarchy navigation.

DrillDownOnActivate #

Gets or sets whether a node activation gesture may enter a child view.