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

VisNetworkEdge

Namespace ChartForgeX.Interactivity

Describes a vis-network-style edge before conversion to GraphSceneEdge.

Inheritance

  • Object
  • VisNetworkEdge

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Properties

Id #

Gets or sets the edge id.

From #

Gets or sets the source node id, matching vis-network's from field.

To #

Gets or sets the target node id, matching vis-network's to field.

Label #

Gets or sets the optional edge label.

Kind #

Gets or sets the optional edge kind.

ArrowsTo #

Gets or sets whether the edge should show an arrow at the target side.

ArrowsFrom #

Gets or sets whether the edge should show an arrow at the source side.

ArrowsMiddle #

Gets or sets whether the edge should show a middle arrow marker where adapters support it.

Dashes #

Gets or sets whether the edge is dashed.

Smooth #

Gets or sets optional smooth edge behavior.

Length #

Gets or sets optional spring length.

Style #

Gets edge style hints.