ChartIcon¶
Summary¶
Represents the Icon chart object.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Properties¶
Name | Description |
---|---|
IconType { get; set; } | Gets or sets the type of the icon. |
Time { get; set; } | Gets or sets the Time value of the icon location. |
Y { get; set; } | Gets or sets the Y-axis value of the icon location. |
Color { get; set; } | Gets or sets the color of the icon. |
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 |
|
See Also¶
Last update: January 30, 2023