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

ChartSankeyLink

Namespace ChartForgeX.Core

Represents one weighted flow between two Sankey nodes.

Inheritance

  • Object
  • ChartSankeyLink

Usage

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

Accepted by parameters

Constructors

ChartSankeyLink(System.String arg1, System.String arg2, System.Double arg3) #

Initializes a new Sankey link.

Parameters

arg1 System.String required
arg2 System.String required
arg3 System.Double required

Properties

Source #

Gets the source node label.

Target #

Gets the target node label.

Value #

Gets the positive flow value.