StartAngle Property

Specifies which portion of the object is visible.

Syntax

object.StartAngle [= Double]

Properties

The StartAngle property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Double

The number of units to display the radial segment specifying the start of the angle.

Remarks

The Pie is merely a visible piece of an oval. The StartAngle and EndAngle properties specify which portions of that oval will be visible. These properties define radial segments from the center of the oval between which the Pie is formed.

  • A StartAngle of 0 units will define a horizontal radial from the center of the oval to the right.
  • A StartAngle of 90 units will define a vertical radial from the center of the oval to the top of the screen.
  • A StartAngle of 180 units will define a horizontal radial from the center of the oval to the left side of the screen.
  • A StartAngle of 270 units will define a vertical radial from the center of the oval to the bottom of the screen.

The units to be used when creating the angle is specified as either degrees or radians depending on the value of the AngleUnits property.

Changing the StartAngle property will change the StartPoint property.

 

Applies To