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

MermaidRadarCurve

Namespace ChartForgeX.Mermaid

Describes a Mermaid radar curve.

Inheritance

  • Object
  • MermaidRadarCurve

Constructors

MermaidRadarCurve(System.String arg1, System.String arg2, ChartForgeX.Mermaid.MermaidSourceSpan arg3) #

Initializes a Mermaid radar curve.

Parameters

arg1 System.String required
arg2 System.String required
arg3 ChartForgeX.Mermaid.MermaidSourceSpan required

Properties

Id #

Gets or sets the curve id.

Label #

Gets or sets the curve label.

OrderedValues #

Gets ordered curve values when Mermaid values were specified by position.

ValuesByAxisId #

Gets curve values keyed by axis id when Mermaid values were specified as key-value pairs.