ChartScrollEventArgs
Summary
Provides data for the chart scrolling event.
Signature
1 | |
Namespace
cAlgo.API
Examples
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | |
1 2 3 4 5 6 7 8 | |
See Also
Properties
Chart
Summary
Gets the chart.
Signature
1 | |
Return Value
Chart
ChartArea
Summary
Gets the chart area.
Signature
1 | |
Return Value
ChartArea
BarsDelta
Summary
Gets a value that indicates the amount of bars that the chart was scrolled for
Signature
1 | |
Return Value
int
BottomYDelta
Summary
Gets the lowest value of the bars delta.
Signature
1 | |
Return Value
double
TopYDelta
Summary
Gets the highest value of the bars delta.
Signature
1 | |
Return Value
double