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

ChartPieSliceLabelContext

Namespace ChartForgeX.Core

Provides pie and donut slice values to custom slice label formatters.

Inheritance

  • Object
  • ChartPieSliceLabelContext

Usage

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

Accepted by parameters

Constructors

ChartPieSliceLabelContext(System.String arg1, System.String arg2, System.Double arg3, System.Double arg4, System.String arg5, System.String arg6, System.Int32 arg7) #

Initializes a new instance of the ChartPieSliceLabelContext struct.

Parameters

arg1 System.String required
arg2 System.String required
arg3 System.Double required
arg4 System.Double required
arg5 System.String required
arg6 System.String required
arg7 System.Int32 required

Properties

SeriesName #

Gets the series name.

Label #

Gets the slice category label.

Value #

Gets the raw slice value.

Percent #

Gets the slice percentage as a ratio from zero to one.

FormattedValue #

Gets the slice value formatted with the chart value formatter.

FormattedPercent #

Gets the slice percentage formatted as display text.

PointIndex #

Gets the zero-based point index.