Click or drag to resize

ViewRoundBaseCoordsToUCValue Method (PointFloat, Boolean)

LightningChart .NET Help
Convert absolute screen coordinates to relative unit circle coordinates.

Namespace:  Arction.WinForms.Charting.Views.ViewRound
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public PointUnitCircle CoordsToUCValue(
	PointFloat screenCoords,
	bool useDip = true
)

Parameters

screenCoords
Type: Arction.WinForms.ChartingPointFloat
Coords in screen space.
useDip (Optional)
Type: SystemBoolean
Use DIPs instead of pixels as parameters.

Return Value

Type: PointUnitCircle
Given coordinates in relative unit circle space, with origo at the center of the circle.
See Also