Perl 5.0 Reference Manual
|
XYChart.addAxis Usage
addAxis(align, offset)
Description
Adds an additional axis to the chart.
By default, ChartDirector XY charts have 2 x-axes and 2 y-axes at the 4 borders of the plot area. The addAxis method can be used to create additional axis. The new axis will be put at one of the 4 borders of the plot area. To avoid overlapping with existing axis, the new axis will not be put exactly as the plot area border, but at an offset from it. Arguments
Return Value
The Axis object representing the new axis added.
|