ChartScrollEventArgs¶
Summary¶
Provides data for the chart scrolling event.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Properties¶
Name | Description |
---|---|
Chart { get; } | Gets the chart. |
ChartArea { get; } | Gets the chart area. |
BarsDelta { get; } | Gets a value that indicates the amount of bars that the chart was scrolled for |
BottomYDelta { get; } | Gets the lowest value of the bars delta. |
TopYDelta { get; } | Gets the highest value of the bars delta. |
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
|
See Also¶
Last update: March 23, 2023