AngleStart Property

The AngleStart property returns or sets the label Angle start value. Returns a Double. Applies only to polar angle axis.

Syntax

object.AngleStart

object.AngleStart = AngleStart

 

Parameter Type Description
AngleStart Double Required, in degrees

 

Example

This example shows how to set the angle starting value for a polar axis.

Axis.AngleStart = 20

 

Used by: AutoAxis object