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

ChartMapGeoJson

Namespace ChartForgeX.Core

Creates map definitions from GeoJSON polygon features.

Inheritance

  • Object
  • ChartMapGeoJson

Methods

ToMapDefinition(System.String id, System.String name, System.String geoJson, ChartForgeX.Core.ChartMapGeoJsonOptions options) #

Creates a map definition from a GeoJSON FeatureCollection or Feature.

Parameters

id System.String required
The stable map identifier.
name System.String required
The display name.
geoJson System.String required
The GeoJSON document.
options ChartForgeX.Core.ChartMapGeoJsonOptions required
Optional import settings.

Returns

A reusable map definition.