Click or drag to resize

MathRoutinesRelativeDistanceOfPoints Method

LightningChart .NET Help
Calculates relative distance between two points.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static float RelativeDistanceOfPoints(
	PointFloat point1,
	PointFloat point2
)

Parameters

point1
Type: Arction.Wpf.ChartingPointFloat
Point 1.
point2
Type: Arction.Wpf.ChartingPointFloat
Point 2.

Return Value

Type: Single
Relative distance between two points.
See Also