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

ChartTileMapDefinition

Namespace ChartForgeX.Core

Describes reusable tile-map geometry.

Inheritance

  • Object
  • ChartTileMapDefinition

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

ChartTileMapDefinition(System.String id, System.String name, System.Collections.Generic.IEnumerable{ChartForgeX.Core.ChartTileMapRegion} regions) #

Initializes a new instance of the ChartTileMapDefinition class.

Parameters

id System.String required
The stable map identifier.
name System.String required
The display name.
regions System.Collections.Generic.IEnumerable{ChartForgeX.Core.ChartTileMapRegion} required
The tile regions.

Methods

TryResolveRegion(System.String region, System.String@ code) #

Resolves a caller-provided region code or alias to the canonical region code.

Parameters

region System.String required
The code, name, or alias to resolve.
code System.String@ required
The canonical region code.

Returns

true when the region can be resolved; otherwise false.

Properties

Id #

Gets the stable map identifier.

Name #

Gets the display name of the tile map.

ColumnCount #

Gets the number of occupied tile columns.

RowCount #

Gets the number of occupied tile rows.

Regions #

Gets the drawable regions.