{
AGInt labelDecimals;
AGLabelModeEnum labelMode = "right";
AGInt labelPowerFactor;
AGFloat positionT;
AGString text = "R axis";
};
AGPolarAxis+AGAxisParams+AGTickTParams AGPolarTAxis
AGInt labelDecimals;
AGLabelModeEnum labelMode = "right";
AGInt labelPowerFactor;
AGFloat positionR;
AGString text = "T axis";
};
AGPolarRAxis and AGPolarTAxis define numerical polar axes that can connect to any of the AGPolarWorld objects.
Determines the number of positions to the left of the label's decimal point. The label's power factor is adjusted accordingly. The default is computed based on the limits (in other words, data range).
A string that determines which side of the axis to draw the labels. Valid strings are "right" and "left" seen from the start of the axis. The default value is "right".
The power to which the label values are raised. The default is computed based on the limits (in other words, data range).
The R or T position of the axel line. AGPolarRAxis has the positionT parameter. AGPolarTAxis has the positionR parameter.
A text string used as a label for the axis.
Inherited from AGPrimitive.
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.
examples/polar
AGTickRParams / AGTickTParams