AGPolarGraphWorld


Synopsis

define a polar world coordinate space within an AGGraphViewport

AGPolarWorld+AGPolarGraphParams+AGPolarGraphListParams AGPolarGraphWorld
{
AGPrimitive+AGConnectToGraphWorldPort+IPort2+read &children[];
};

Description

AGPolarGraphWorld links objects with equal polar world coordinate scaling. The connections to objects that share the same polar world coordinate space are through the children reference array.

Subobjects

visibility
priority

Inherited from AGPrimitive through AGPolarWorld.

majorTickColor
majorTickLineStyle
majorTickOn
majorTickWidth
minorTickColor
minorTickCount
minorTickLineStyle
minorTickWidth

Inherited from AGTickParams through AGAxisParams, AGPolarWorldParams, and AGPolarWorld.

axleColor
axleWidth
labelColor
labelFont
labelHeight

Inherited from AGAxisParams through AGPolarWorldParams and AGPolarWorld.

majorReferenceR
majorStepR

Inherited from AGTickRParams through AGPolarWorldParams and AGPolarWorld.

majorReferenceT
majorStepT

Inherited from AGTickTParams through AGPolarWorldParams and AGPolarWorld.

limitsR
limitsT

Inherited from AGPolarWorldParams through AGPolarWorld.

graphType
lineStyle
lineWidth
rscatterSymbols
symbolFont
symbolHeight

Inherited from AGPolarGraphParams.

graphColors

Inherited from AGPolarGraphListParams.

children

Array of AGPrimitive objects connected to this object.

Examples

Libraries.Examples.Annotation_Graphing.polar
examples/polar.v

File

v/ag.v

See Also

Related modules

•      AGAxisParams

•      AGPolarGraphListParams

•      AGPolarGraphParams

•      AGPrimitive

•      AGTickParams

•      AGTickRParams / AGTickTParams

•      AGPolarWorld

•      AGPolarWorldParams