Click or drag to resize

ChartToolsCalculateMapCoordSphericalAngles Method

LightningChart .NET Help
Calculate map coordinate spherical angles, phi and theta.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public static void CalculateMapCoordSphericalAngles(
	MapCoordinate coordinate,
	double sphereRadius,
	out double phi,
	out double theta
)

Parameters

coordinate
Type: Arction.Wpf.ChartingMVVMMapCoordinate
Coordinate.
sphereRadius
Type: SystemDouble
Sphere radius.
phi
Type: SystemDouble
Phi angle in degrees.
theta
Type: SystemDouble
Theta angle in degrees.
See Also