Summary
Provides data for the chart scrolling event.
Syntax
public class ChartScrollEventArgs : Object
Members
Name | Type | Summary |
---|---|---|
BarsDelta | Property | Gets a value that indicates the amount of bars that the chart was scrolled for |
BottomYDelta | Property | Gets the lowest value of the bars delta. |
Chart | Property | Gets the chart. |
ChartArea | Property | Gets the chart area. |
TopYDelta | Property | Gets the highest value of the bars delta. |