AngleEnd Property

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

Syntax

object.AngleEnd

object.AngleEnd = AngleEnd

 

Parameter Type Description
AngleEnd Double required, in degrees

 

Example

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

Axis.AngleEnd = 30

 

Used by: AutoAxis object