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

RadialMetricCard

Namespace ChartForgeX.VisualBlocks

A KPI card with one or more radial progress layers around a central metric.

Inheritance

  • Object
  • RadialMetricCard

Methods

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

Adds one radial layer.

Parameters

arg1 ChartForgeX.Core.ChartRadialLayer required
AddLayer(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 radial 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 a new radial metric card.

WithIcon(ChartForgeX.VisualBlocks.VisualIcon arg1) #

Sets an optional built-in icon rendered above the center metric.

Parameters

arg1 ChartForgeX.VisualBlocks.VisualIcon required
WithLayers 2 overloads
WithLayers(System.Collections.Generic.IEnumerable{ChartForgeX.Core.ChartRadialLayer} arg1) #

Replaces all radial layers.

Parameters

arg1 System.Collections.Generic.IEnumerable{ChartForgeX.Core.ChartRadialLayer} required
WithLayers(System.Func{ChartForgeX.Core.ChartRadialLayers,ChartForgeX.Core.ChartRadialLayers} arg1) #

Replaces all radial layers using a fluent layer collection builder.

Parameters

arg1 System.Func{ChartForgeX.Core.ChartRadialLayers,ChartForgeX.Core.ChartRadialLayers} required
WithMetric(System.String arg1, System.Object arg2, System.String arg3) #

Sets the primary center metric label and value.

Parameters

arg1 System.String required
arg2 System.Object required
arg3 System.String required

Properties

Layers #

Gets radial progress layers.

Label #

Gets or sets the center label.

Value #

Gets or sets the center value.

Icon #

Gets or sets an optional built-in icon rendered above the center metric.

AccessibleName #

Gets a concise accessibility label.