SegmentLine Constructor (Double, Double, Double, Double, Object) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic SegmentLine(
double ax,
double ay,
double bx,
double by,
Object tag
)
Public Sub New (
ax As Double,
ay As Double,
bx As Double,
by As Double,
tag As Object
)
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