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