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

ChartScaleKind

Namespace ChartForgeX.Core

Defines the mathematical scale used by a chart axis.

Inheritance

  • Object
  • ChartScaleKind

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

Linear #

Use an unmodified continuous numeric scale.

Logarithmic #

Use a base-10 logarithmic scale containing positive values only.

SymmetricLogarithmic #

Use a symmetric logarithmic scale that remains linear around zero.

Time #

Use OLE Automation date values with time-oriented formatting.