Click or drag to resize

SegmentLine Constructor (Double, Double, Double, Double, Object)

LightningChart .NET Help
Constructor.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public SegmentLine(
	double ax,
	double ay,
	double bx,
	double by,
	Object tag
)

Parameters

ax
Type: SystemDouble
Point A, X value.
ay
Type: SystemDouble
Point A, Y value.
bx
Type: SystemDouble
Point B, X value.
by
Type: SystemDouble
Point B, Y value.
tag
Type: SystemObject
Tag, freely assignable object.
See Also