Returns or sets the end angle of the radial axis.
Object.ArcAngleEnd [ = lAngle ]
The ArcAngleEnd property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AAxis |
AAxis object |
|
lAngle |
Long |
An integer specifying the end angle of the radial axis. |
This property applies only to an ASlider control which has radial axis (Knob, Meters) . The default depends on the style of the ASlider control.
The slider on the ASlider control always moves clockwise. Valid values of the ArcAngleStart and ArcAngleEnd properties are from minus (-)360 degrees to plus (+) 360 degrees. The XAxis starts at zero degrees as horizontal and minus 90 degrees as vertical (straight up).
The following statement changes the AAxis's ArcAngleEnd to be ninety degrees (pointing down):
axs1.ArcAngleEnd=90