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

MermaidVennIntersection

Namespace ChartForgeX.Mermaid

Describes one Mermaid Venn intersection.

Inheritance

  • Object
  • MermaidVennIntersection

Constructors

MermaidVennIntersection(System.Collections.Generic.IEnumerable{System.String} arg1, System.String arg2, System.Double arg3, ChartForgeX.Mermaid.MermaidSourceSpan arg4) #

Initializes a Venn intersection.

Parameters

arg1 System.Collections.Generic.IEnumerable{System.String} required
arg2 System.String required
arg3 System.Double required
arg4 ChartForgeX.Mermaid.MermaidSourceSpan required

Properties

SetIds #

Gets participating set ids.

Label #

Gets or sets the display label.

Size #

Gets or sets the source size value.

Span #

Gets the source span.

Fill #

Gets or sets the optional fill color.

Stroke #

Gets or sets the optional stroke color.

TextColor #

Gets or sets the optional text color.