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 | Set the font style used to for the axis labels. |
setLabelFormat | Axis | Set the format for the axis labels for axis labels that are numbers or dates. |
setLabelGap | Axis | Set the distance between the axis labels and the ticks on the axis. |
setTitle | Axis | Add a title to the axis. |
setTitlePos | Axis | Set the position of the axis title relative to the axis. |
setColors | Axis | Set the colors of the axis itself, axis label, axis title and axis ticks. |
setTickLength | Axis | Set the length of the axis ticks. |
setTickLength2 | Axis | Set the length of the major and minor axis ticks. |
setTickWidth | Axis | Set the width of the axis ticks. |
setTickColor | Axis | Set the colors of the axis ticks. |
setWidth | Axis | Set the line width of the axis. |
setMargin | Axis | Reserve margins at the ends of the axis. |
setIndent | Axis | Specify if the axis should be "indented" or not. |
setAutoScale | Axis | Set the margins at the two ends of the axis during auto-scaling, and whether to start the axis from zero. |
setRounding | Axis | Control whether to round the ends of the axis to align with tick positions. |
setTickDensity | Axis | Set the density of the axis ticks. |
setReverse | Axis | Reverse the axis. |
setLabels | Axis | Set the text labels to be used on the axis. |
setLabels2 | Axis | Set the numeric/date/time labels to be used on the axis. |
setLinearScale | Axis | Set the axis to use the given linear scale. |
setLinearScale2 | Axis | Set the axis to use the given linear scale and the given labels. |
setLinearScale3 | Axis | Set the axis to use linear auto-scale. |
setLogScale | Axis | Set the axis to use the given logarithmic scale. |
setLogScale2 | Axis | Set the axis to use the given logarithmic scale and the given labels. |
setLogScale3 | Axis | Set the axis to use logarithmic auto-scale. |
setDateScale | Axis | Set the axis to use the given date scale. |
setDateScale2 | Axis | Set the axis to use the given date scale and the given labels. |
setDateScale3 | Axis | Set the axis to use date auto-scale. |
addLabel | Axis | Add an extra label on the axis. |
addMark | Axis | Add a mark line to the chart. |
addZone | Axis | Add a zone to the chart. |
getMinValue | Axis | Get the lower bound of the axis. |
getMaxValue | Axis | Get the upper bound of the axis. |
getTicks | Axis | Get the values of the ticks. |