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

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.