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

RadialValueScale

Namespace ChartForgeX.Rendering

Owns renderer-neutral bounds, ticks, and normalization for radial value axes.

Inheritance

  • Object
  • RadialValueScale

Methods

Create(ChartForgeX.Core.ChartAxis arg1, System.Collections.Generic.IEnumerable{ChartForgeX.Core.ChartSeries} arg2, System.String arg3) #

Builds one shared radial scale from the configured value axis and rendered series.

Parameters

arg1 ChartForgeX.Core.ChartAxis required
arg2 System.Collections.Generic.IEnumerable{ChartForgeX.Core.ChartSeries} required
arg3 System.String required
Normalize(System.Double arg1) #

Maps a radial value into the configured scale after constraining it to the visible domain.

Parameters

arg1 System.Double required