ArcAngleStart Property (AAxis)

Returns or sets the start angle in degrees of the radial axis of the object.

 Syntax

Object.ArcAngleStart [ = lAngle ]

The ArcAngleStart property syntax has the following parts:

 

Name

Type

Description

Object

AAxis

AAxis object

lAngle

Long

An integer specifying the start angle in degrees of the radial axis of the object.

Comments

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).

Example

The following statement changes the AAxis's ArcAngleStart to be zero degrees (pointing to the right):

axs1.ArcAngleStart=0

Applies to

AAxis

See Also

 

ArcAngleEnd