{
AGFloat limitsR[2];
AGFloat limitsT[2];
AGFloat angle = 0
AGFloat originR;
};
AGPolarWorldParams is a base object containing all the parameters common to all polar world objects.
majorTickColor
majorTickLineStyle
majorTickOn
majorTickWidth
minorTickColor
minorTickCount
minorTickLineStyle
minorTickWidth
Inherited from AGTickParams through AGAxisParams.
axleColor
axleWidth
labelColor
labelFont
labelHeight
Inherited from AGAxisParams.
Inherited from AGTickRParams.
Inherited from AGTickTParams.
Determines the range of the polar world coordinate system. If the second value is lower than the first value in a limits array (in other words, limitsR[1] < limitsR[0]), the coordinate space is reversed.
By default, limitsR and limitsT are unset and their values are determined based on the value of any children connected to the polar world.
AGPolarRTicklines / AGPolarTTicklines