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

ChartMapConnector

Namespace ChartForgeX.Core

Represents a connector line between two longitude/latitude positions on a map chart.

Inheritance

  • Object
  • ChartMapConnector

Constructors

ChartMapConnector 2 overloads
ChartMapConnector(System.String arg1, System.Double arg2, System.Double arg3, System.Double arg4, System.Double arg5, System.Nullable{ChartForgeX.Primitives.ChartColor} arg6) #

Initializes a new instance of the ChartMapConnector struct.

Parameters

arg1 System.String required
arg2 System.Double required
arg3 System.Double required
arg4 System.Double required
arg5 System.Double required
arg6 System.Nullable{ChartForgeX.Primitives.ChartColor} required
ChartMapConnector(System.String arg1, System.Collections.Generic.IEnumerable{ChartForgeX.Core.ChartMapPoint} arg2, System.Nullable{ChartForgeX.Primitives.ChartColor} arg3) #

Initializes a new instance of the ChartMapConnector struct with ordered longitude/latitude route points.

Parameters

arg1 System.String required
arg2 System.Collections.Generic.IEnumerable{ChartForgeX.Core.ChartMapPoint} required
arg3 System.Nullable{ChartForgeX.Primitives.ChartColor} required

Fields

Label #

Gets the connector label.

FromLongitude #

Gets the source longitude in degrees.

FromLatitude #

Gets the source latitude in degrees.

ToLongitude #

Gets the target longitude in degrees.

ToLatitude #

Gets the target latitude in degrees.

Color #

Gets the optional connector color.

RoutePoints #

Gets the optional ordered route points. When empty, renderers use the source and target coordinates as a simple connector.