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

ChartRadialLayers

Namespace ChartForgeX.Core

Fluent collection for layered radial chart and radial metric card layers.

Inheritance

  • Object
  • ChartRadialLayers

Usage

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

Accepted by parameters

Methods

Add 2 overloads
Add(ChartForgeX.Core.ChartRadialLayer arg1) #

Adds one existing layer.

Parameters

arg1 ChartForgeX.Core.ChartRadialLayer required
Add(System.String arg1, System.Double arg2, System.Double arg3, System.Double arg4, System.Nullable{ChartForgeX.Primitives.ChartColor} arg5, System.Func{ChartForgeX.Core.ChartRadialLayer,ChartForgeX.Core.ChartRadialLayer} arg6) #

Adds one layer and optionally configures its geometry and styling.

Parameters

arg1 System.String required
arg2 System.Double required
arg3 System.Double required
arg4 System.Double required
arg5 System.Nullable{ChartForgeX.Primitives.ChartColor} required
arg6 System.Func{ChartForgeX.Core.ChartRadialLayer,ChartForgeX.Core.ChartRadialLayer} required
Create() #

Creates an empty radial layer collection.

GetEnumerator() #

Gets a collection enumerator.

Properties

this[System.Int32 arg1] #

Gets the layer at the specified index.

Parameters

arg1 System.Int32 required
Count #

Gets the number of layers.