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

ChartAxisLabel

Namespace ChartForgeX.Core

Represents a display label for a numeric axis value.

Inheritance

  • Object
  • ChartAxisLabel

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

ChartAxisLabel 2 overloads
ChartAxisLabel(System.Double value, System.String text) #

Initializes a new instance of the ChartAxisLabel struct.

Parameters

value System.Double required
The numeric axis value.
text System.String required
The label text.
ChartAxisLabel(System.DateTime value, System.String text) #

Initializes a new instance of the ChartAxisLabel struct from a date/time axis value.

Parameters

value System.DateTime required
The date/time axis value.
text System.String required
The label text.

Fields

Value #

Gets the axis value that should display the label.

Text #

Gets the text displayed for the axis value.