Axis addOption

From Catglobe Wiki
Revision as of 05:31, 29 March 2011 by Cg pham (talk | contribs)
Jump to: navigation, search



Axis_addOption

Adds an axis option to the end of the array containing the axis options in the axis passed as argument to the method, and returns its index in the option list.

Syntax

Axis_addOption(axis, axisOption)

Arguments

axis: Is an axis array created by Axis_new function.

axisOption: Is an axis option array, created by AxisOption_new function.

Return type

Number

Examples

number index = Axis_addOption(myAxis, myOption);

Availability

Version 5.5