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

ChartMapViewport

Namespace ChartForgeX.Core

Defines the longitude and latitude window rendered by a dotted map.

Inheritance

  • Object
  • ChartMapViewport

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

ChartMapViewport(System.String arg1, System.Double arg2, System.Double arg3, System.Double arg4, System.Double arg5) #

Initializes a new instance of the ChartMapViewport struct.

Parameters

arg1 System.String required
arg2 System.Double required
arg3 System.Double required
arg4 System.Double required
arg5 System.Double required

Methods

Africa() #

Gets an Africa-focused viewport.

Asia() #

Gets an Asia-focused viewport.

Europe() #

Gets a Europe-focused viewport.

NorthAmerica() #

Gets a North America-focused viewport.

Oceania() #

Gets an Oceania-focused viewport.

Poland() #

Gets a Poland-focused viewport.

SouthAmerica() #

Gets a South America-focused viewport.

World() #

Gets the default world map viewport.

Fields

Name #

Gets the viewport label.

MinimumLongitude #

Gets the minimum longitude in degrees.

MaximumLongitude #

Gets the maximum longitude in degrees.

MinimumLatitude #

Gets the minimum latitude in degrees.

MaximumLatitude #

Gets the maximum latitude in degrees.