In the current version of ChartDirector, RadialAxis is implemented as a special configuration of Axis.
The RadialAxis is obtained by using PolarChart.radialAxis.
Method | Inherited | Description |
---|---|---|
setLabelStyle | Axis | Sets the font style used to for the axis labels. |
setLabelFormat | Axis | Sets the format for numeric or date/time axis labels. |
setMultiFormat | Axis | Sets multiple formats for numeric or date/time axis labels. |
setMultiFormat2 | Axis | Adds one filter and format string to the multi-format lists. |
setFormatCondition | Axis | Specifies the condition that subsequent Axis.setLabelFormat and Axis.setMultiFormat will become applicable. |
setLabelAlignment | Axis | Sets the alignment of the axis labels relative to their associated ticks. |
setLabelGap | Axis | Sets the distance between the axis labels and the ticks on the axis. |
setLabelOffset | Axis | Shifts the axis labels from its default position along the axis. |
setTitle | Axis | Adds a title to the axis. |
setTitlePos | Axis | Sets the position of the axis title relative to the axis. |
setColors | Axis | Sets the colors of the axis itself, axis label, axis title and axis ticks. |
setTickLength | Axis | Sets the length of the axis ticks. |
setTickLength2 | Axis | Sets the length of the major and minor axis ticks. |
setTickWidth | Axis | Sets the width of the axis ticks. |
setTickColor | Axis | Sets the colors of the axis ticks. |
setTickOffset | Axis | Shifts the position of the ticks along the axis. |
setMinTickInc | Axis | Sets the minimum distance between two ticks on the axis for auto-scaled axis. |
setWidth | Axis | Sets the line width of the axis. |
setLength | Axis | Sets the length of the axis. |
setMargin | Axis | Reserve margins at the ends of the axis. |
setIndent | Axis | Specifies if the axis should be "indented" or not. |
setOffset | Axis | Sets the positional offset of the axis. |
setAutoScale | Axis | Sets the margins at the two ends of the axis during auto-scaling, and whether to start the axis from zero. |
setRounding | Axis | Controls whether to round the ends of the axis to align with tick positions. |
setTickDensity | Axis | Sets the density of the axis ticks. |
setReverse | Axis | Reverse the axis. |
setLabels | Axis | Sets the text labels to be used on the axis. |
setLabels2 | Axis | Sets the numeric/date/time labels to be used on the axis. |
setLabelStep | Axis | Shows a regularly spaced subset of the axis labels on the axis. |
setLinearScale | Axis | Sets the axis to use the given linear scale. |
setLinearScale2 | Axis | Sets the axis to use the given linear scale and the given labels. |
setLinearScale3 | Axis | Sets the axis to use linear auto-scale. |
setLogScale | Axis | Sets the axis to use the given logarithmic scale. |
setLogScale2 | Axis | Sets the axis to use the given logarithmic scale and the given labels. |
setLogScale3 | Axis | Sets the axis to use logarithmic auto-scale. |
setDateScale | Axis | Sets the axis to use the given date scale. |
setDateScale2 | Axis | Sets the axis to use the given date scale and the given labels. |
setDateScale3 | Axis | Sets the axis to use date auto-scale. |
syncAxis | Axis | Synchronizes and align this axis with another axis using a linear formula. |
syncScale | Axis | Synchronizes the scale of this axis with another axis using a linear formula. |
copyAxis | Axis | Copies the scale and labels from another axis. |
addLabel | Axis | Adds an extra label on the axis. |
addMark | Axis | Adds a mark line to the chart. |
addZone | Axis | Adds a zone to the chart. |
makeLabelTable | Axis | Creates a CDML table and docks it to the axis, with one row (for horizontal axis) or column (for vertical axis) containing the axis labels. |
getLabelTable | Axis | Gets the CDML table created by Axis.makeLabelTable. |
getMinValue | Axis | Gets the lower bound of the axis. |
getMaxValue | Axis | Gets the upper bound of the axis. |
getX | Axis | Gets the x-coordinate of starting point of the axis. |
getY | Axis | Gets the y-coordinate of starting point of the axis. |
getAlignment | Axis | Gets the side of the plot area that the axis is associated with. |
getThickness | Axis | Gets the thickness of the axis. |
getTicks | Axis | Gets the values of the ticks. |
getLabel | Axis | Gets the label at the specified position on the axis. |
getFormattedLabel | Axis | Gets the label at the specified position on the axis, formatting one if necessary. |
getHTMLImageMap | Axis | Generates an HTML image map for the axis labels. |
getAxisImageMap | Axis | Generates an HTML image map for the axis itself. |