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

ChartTileMapRegion

Namespace ChartForgeX.Core

Describes one region in a tile-map definition.

Inheritance

  • Object
  • ChartTileMapRegion

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

ChartTileMapRegion(System.String code, System.String name, System.Int32 column, System.Int32 row, System.Collections.Generic.IEnumerable{System.String} aliases) #

Initializes a new instance of the ChartTileMapRegion struct.

Parameters

code System.String required
The canonical region code.
name System.String required
The display name for the region.
column System.Int32 required
The tile column.
row System.Int32 required
The tile row.
aliases System.Collections.Generic.IEnumerable{System.String} required
Optional alternate codes or names.

Properties

Aliases #

Gets alternate codes or names that should resolve to this region.

Fields

Code #

Gets the canonical region code.

Name #

Gets the display name for the region.

Column #

Gets the tile column.

Row #

Gets the tile row.