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

ChartPieSliceLabelContent

Namespace ChartForgeX.Core

Defines the text rendered for pie and donut slice data labels.

Inheritance

  • Object
  • ChartPieSliceLabelContent

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

Percent #

Renders only the slice percentage.

Value #

Renders only the formatted slice value.

Label #

Renders only the slice category label.

LabelAndPercent #

Renders the slice category label followed by its percentage.

LabelAndValue #

Renders the slice category label followed by its formatted value.