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

ChartLegendPosition

Namespace ChartForgeX.Core

Defines where a chart legend is placed relative to the plot area.

Inheritance

  • Object
  • ChartLegendPosition

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

Bottom #

Places the legend below the plot and centers rows horizontally.

Top #

Places the legend above the plot and centers rows horizontally.

Left #

Places the legend to the left of the plot.

Right #

Places the legend to the right of the plot.

TopLeft #

Places the legend above the plot and aligns rows left.

TopRight #

Places the legend above the plot and aligns rows right.

BottomLeft #

Places the legend below the plot and aligns rows left.

BottomRight #

Places the legend below the plot and aligns rows right.