Click or drag to resize

AxisPolarBaseCoordToValue Method (PointFloat, Boolean)

LightningChart .NET Help
Coordinate to value converter.

Namespace:  Arction.Wpf.ChartingMVVM.Axes
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public PointPolar CoordToValue(
	PointFloat Coord,
	bool UseDip = true
)

Parameters

Coord
Type: Arction.Wpf.ChartingMVVMPointFloat
Screen coordinate to convert into polar value
UseDip (Optional)
Type: SystemBoolean
Flag useDip

Return Value

Type: PointPolar
Polar value matching the given screen coordinates.
See Also