Click or drag to resize

AxisPolarBaseCoordToValue Method (Int32, Int32, Double, Double, Boolean)

LightningChart .NET Help
Coordinate to value.

Namespace:  Arction.Wpf.Charting.Axes
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void CoordToValue(
	int x,
	int y,
	out double angle,
	out double amplitude,
	bool UseDip = true
)

Parameters

x
Type: SystemInt32
x-coordinate
y
Type: SystemInt32
y-coordinate
angle
Type: SystemDouble
Angle as degrees.
amplitude
Type: SystemDouble
Value as axis units.
UseDip (Optional)
Type: SystemBoolean
Flag useDip
See Also