Chapter 12:
Polar Chart (APL) Attributes

ATTRIBUTE

Description

APL_ANGLE

Angle in Degrees or Radian

APL_AXIS

Axis Show/Hide in Polar coordinate chart

APL_AXIS_CIRCLES

Axis Circles in a Polar Chart

APL_AXIS_THICKS

Axis Thickness in a Polar Chart

APL_LINE_FORMAT

Line Format to connect connecting lines

APL_LINES

Lines connecting polar lines show/hide

APL_ANGLE

 

For Polar charts, this attribute selects the use of degrees or radians to draw angles.

Type:

BOOLEAN16

Valid Range:

TRUE/FALSE

 

TRUE=

in Degrees

 

FALSE=

in Radians

Default:

TRUE (Angle in degrees)

Usage

ObjectID

SeriesID

GroupID

GraphTypes

Requirements:

No

No

No

Polar

   

APL_AXIS

 

This attribute enables (TRUE) / disables (FALSE) drawing of the polar coordinate axis.

Type:

BOOLEAN16

Valid Range:

TRUE/FALSE

 

TRUE=

Draw axis

 

FALSE=

Do not draw axis

Default:

TRUE

Also See:

APL_AXIS_CIRCLES, APL_AXIS_THICKS

Usage

ObjectID

SeriesID

GroupID

GraphTypes

Requirements:

No

No

No

Polar

   

APL_AXIS_CIRCLES

 

This attribute defines the number of polar axis circles.

Type:

INT16

Valid Range:

Any positive integer

Default:

3

Also See:

APL_AXIS, APL_AXIS_THICKS

Usage

ObjectID

SeriesID

GroupID

GraphTypes

Requirements:

No

No

No

Polar

   

APL_AXIS_THICKS

 

This attribute defines the number of diameter lines per circle in a polar chart.

Type:

INT16

Valid Range:

Any positive integer

Default:

45

Also See:

APL_AXIS, APL_AXIS_CIRCLES

Usage

ObjectID

SeriesID

GroupID

GraphTypes

Requirements:

No

No

No

Polar

   

APL_LINE_FORMAT

 

This attribute defines the format to connect for connecting lines in a polar chart.

Type:

INT16

Valid Range:

0...2

 

0=

All

 

1=

By Series

 

2=

By Groups

Default:

Zero (All)

Also See:

APL_LINES

Usage

ObjectID

SeriesID

GroupID

GraphTypes

Requirements:

No

No

No

Polar

   

APL_LINES

 

This attribute enables (TRUE) / disables (FALSE) connecting polar lines.

Type:

BOOLEAN16

Valid Range:

TRUE/FALSE

 

TRUE=

Draw connecting lines

 

FALSE=

Do not draw connecting lines

Default:

TRUE

Also See:

APL_LINE_FORMAT

Usage

ObjectID

SeriesID

GroupID

GraphTypes

Requirements:

No

No

No

Polar