Specifies the direction that the Chart will scroll.
Syntax
object.ScrollDirection [= enumScrollDirection]
Properties
The ScrollDirection property syntax has these parts:
|
Part |
Description |
|
object |
An object expression that evaluates to an object in the Applies To list. |
|
bstrEventName |
String. The name of the event. |
Settings
The settings for enumScrollDirection are:
|
Constant |
Value |
Description |
|
RigthToLeft |
0 |
Scroll from right to left. |
|
LeftToRight |
1 |
Scroll from left to right. |

