Click or drag to resize

AxisPolarBaseValueToCoord Method (IPointPolar, Boolean)

LightningChart .NET Help
Value to coordinates.

Namespace:  Arction.Wpf.ChartingMVVM.Axes
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public PointFloat ValueToCoord(
	IPointPolar point,
	bool useDip = true
)

Parameters

point
Type: Arction.Wpf.ChartingMVVMIPointPolar
Polar axis values to convert into screen coordinates. Angle in the point is in relation to normal 0 angle, not the current axis drawing angle.
useDip (Optional)
Type: SystemBoolean
Flag useDip

Return Value

Type: PointFloat
Screen coordinates matching the requested polar axis values.
See Also