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

GraphPhysicsOptions

Namespace ChartForgeX.Interactivity

Describes graph physics, solver tuning, and stabilization without binding callers to a browser implementation.

Inheritance

  • Object
  • GraphPhysicsOptions

Properties

Solver #

Gets or sets the solver requested from graph adapters.

Stabilization #

Gets common stabilization settings.

MinVelocity #

Gets or sets the velocity threshold below which a graph is considered stabilized.

MaxVelocity #

Gets or sets the maximum node velocity allowed by runtime physics adapters.

Timestep #

Gets or sets the minimum discrete simulation timestep.

AdaptiveTimestep #

Gets or sets whether the adapter may increase its timestep while stabilizing.

BarnesHut #

Gets Barnes-Hut solver settings.

ForceAtlas2 #

Gets ForceAtlas2-style solver settings.

Repulsion #

Gets direct repulsion solver settings.

HierarchicalRepulsion #

Gets hierarchical repulsion solver settings.