Project

ChartForgeX

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

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

API Reference

Class

GraphEdgeShape

Namespace ChartForgeX.Interactivity

Describes adapter-neutral graph edge geometry preferences.

Inheritance

  • Object
  • GraphEdgeShape

Fields

Line #

Use a straight edge.

Curve #

Use a quadratic curved edge.

DynamicCurve #

Use a dynamic curved edge whose side can be chosen by the adapter.

ContinuousCurve #

Use a cubic-like continuous curve when an adapter supports it.

SelfReference #

Use a self-reference loop for edges whose source and target are the same node.

Polyline #

Use prepared route points as a deterministic polyline.