Click or drag to resize

MathRoutinesDistanceOfPoints Method

LightningChart .NET Help
Calculates distance between two points.

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

Parameters

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

Return Value

Type: Single
Distance between two points.
See Also