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

TopologyLegendMode

Namespace ChartForgeX.Topology

Defines how topology legends are sourced.

Inheritance

  • Object
  • TopologyLegendMode

Usage

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

Accepted by parameters

Fields

Explicit #

Use only the legend provided on the chart.

AutoWhenMissing #

Infer a legend only when the chart does not provide one.

Auto #

Infer a legend from the chart data.

Enrich #

Preserve explicit legend items while filling missing marker details from inferred chart data.

Merge #

Merge inferred legend items with explicitly provided legend items.