ChartHorizontalLine¶
Summary¶
Represents the Horizontal Line chart object. Used to mark a certain value on the Y-axis throughout the whole chart.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Properties¶
Name | Description |
---|---|
Y { get; set; } | Gets or sets the Y-axis value of the line location. |
Thickness { get; set; } | Gets or sets the line thickness. |
Color { get; set; } | Gets or sets the line color. |
LineStyle { get; set; } | Gets or sets the line style. |
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
|
See Also¶
Last update: March 17, 2023