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

ChartDataLabelPlacement

Namespace ChartForgeX.Core

Defines preferred placement for data labels on capable chart renderers.

Inheritance

  • Object
  • ChartDataLabelPlacement

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

Auto #

Lets the renderer choose an edge-aware placement.

Above #

Places labels above the mark when possible.

Below #

Places labels below the mark when possible.

Inside #

Places labels inside the mark when possible.

Outside #

Places labels outside the mark when possible.

Center #

Places labels centered on the mark when possible.

Left #

Places labels to the left of the mark when possible.

Right #

Places labels to the right of the mark when possible.