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

VisNetworkGraph

Namespace ChartForgeX.Interactivity

Provides a typed compatibility envelope for common vis-network data and option concepts. The converter keeps GraphScene as the reusable ChartForgeX graph contract.

Inheritance

  • Object
  • VisNetworkGraph

Methods

AddEdge(System.String arg1, System.String arg2, System.String arg3, System.String arg4, System.Action{ChartForgeX.Interactivity.VisNetworkEdge} arg5) #

Adds an edge to the compatibility graph.

Parameters

arg1 System.String required
arg2 System.String required
arg3 System.String required
arg4 System.String required
arg5 System.Action{ChartForgeX.Interactivity.VisNetworkEdge} required
AddNode(System.String arg1, System.String arg2, System.Action{ChartForgeX.Interactivity.VisNetworkNode} arg3) #

Adds a node to the compatibility graph.

Parameters

arg1 System.String required
arg2 System.String required
arg3 System.Action{ChartForgeX.Interactivity.VisNetworkNode} required
Create() #

Creates a new compatibility graph.

Returns

A graph that can be converted to GraphScene.

ToGraphScene(System.String arg1, System.String arg2) #

Converts this compatibility graph into the reusable ChartForgeX graph scene model.

Parameters

arg1 System.String required
arg2 System.String required

Properties

Nodes #

Gets the vis-style node collection.

Edges #

Gets the vis-style edge collection.

Groups #

Gets group defaults keyed by group id.

Options #

Gets vis-style graph options.