ChartBeforeScrollEventArgs Properties
Provides data for the ChartControl.BeforeScroll event.Name | Description |
---|---|
Axis | Returns the axis whose visual range is changed when a user scrolls the chart. |
Cancel | Gets or sets the value that identifies whether the scrolling operation should be canceled. |
NewRange | Returns a new visual range for the axis. |
See Also