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

GraphPhysicsSolverOptions

Namespace ChartForgeX.Interactivity

Contains the spring, damping, gravity, and overlap settings shared by force solvers.

Inheritance

  • Object
  • GraphPhysicsSolverOptions

Properties

CentralGravity #

Gets or sets the attraction toward the graph center.

SpringLength #

Gets or sets the resting length of physics-enabled edges.

SpringConstant #

Gets or sets the strength of edge springs.

Damping #

Gets or sets how much velocity is discarded per simulation tick.

AvoidOverlap #

Gets or sets how strongly node dimensions contribute to collision avoidance, from zero to one.