API Reference
Class
ChartMapConnector
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
- arg2 System.Double
- arg3 System.Double
- arg4 System.Double
- arg5 System.Double
- arg6 System.Nullable{ChartForgeX.Primitives.ChartColor}
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
- arg2 System.Collections.Generic.IEnumerable{ChartForgeX.Core.ChartMapPoint}
- arg3 System.Nullable{ChartForgeX.Primitives.ChartColor}
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.