Click or drag to resize

ViewRoundBaseUCValueToCoord Method (PointFloat, Boolean)

LightningChart .NET Help
Convert relative unit circle coordinates to absolute screen coordinates. The given pointfloat is modified.

Namespace:  Arction.Wpf.Charting.Views.ViewRound
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void UCValueToCoord(
	ref PointFloat coords,
	bool useDip = true
)

Parameters

coords
Type: Arction.Wpf.ChartingPointFloat
Screen coordinates to convert into unit circle coordinates.
useDip (Optional)
Type: SystemBoolean
Use DIPs instead of pixels as parameters.
See Also