Click or drag to resize

SegmentLine Constructor (Double, Double, Double, Double)

LightningChart .NET Help
Constructor.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public SegmentLine(
	double ax,
	double ay,
	double bx,
	double by
)

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.
See Also