API Reference
Class
ChartMapPoint
Represents one labeled longitude/latitude point in a map chart.
Inheritance
- Object
- ChartMapPoint
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method Chart.AddDottedMap
- Method Chart.AddMapConnector
- Method Chart.AddMapConnector
- Method Chart.AddMapRoute
- Method Chart.AddMapRoute
- Constructor ChartMapConnector.ChartMapConnector
Constructors
ChartMapPoint 2 overloads
ChartMapPoint(System.String label, System.Double longitude, System.Double latitude, System.Nullable{ChartForgeX.Primitives.ChartColor} color) #Initializes a new instance of the ChartMapPoint struct.
Parameters
- label System.String
- The point label.
- longitude System.Double
- The longitude in degrees, from -180 to 180.
- latitude System.Double
- The latitude in degrees, from -90 to 90.
- color System.Nullable{ChartForgeX.Primitives.ChartColor}
- An optional point color.
ChartMapPoint(System.String label, System.Double longitude, System.Double latitude, System.Double value, System.Nullable{ChartForgeX.Primitives.ChartColor} color) #Initializes a new instance of the ChartMapPoint struct with a numeric value.
Parameters
- label System.String
- The point label.
- longitude System.Double
- The longitude in degrees, from -180 to 180.
- latitude System.Double
- The latitude in degrees, from -90 to 90.
- value System.Double
- The non-negative value associated with the point.
- color System.Nullable{ChartForgeX.Primitives.ChartColor}
- An optional point color.