Line¶
Summary¶
Represents the line shape.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Properties¶
Name | Description |
---|---|
X1 { get; set; } | Gets or sets x-axis point 1 data. |
Y1 { get; set; } | Gets or sets the y-axis point 2 data. |
X2 { get; set; } | Gets or sets the x-axis point 2 data. |
Y2 { get; set; } | Gets or sets the y-axis point 2 data. |
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
|
Last update: January 27, 2023