Axis swap
Axis_swap
Swap 2 axis in the axis set
Syntax
Axis_swap(Axis a, Axis b);
Arguments
a and b is two Axis
Return type
Empty
Example
DCS_use(15639122);
Axis_swap(AxisSet_getAxis("Age"), AxisSet_getAxis("Q3"));
DCS_save();
Swap 2 axis in the axis set
Axis_swap(Axis a, Axis b);
a and b is two Axis
Empty
DCS_use(15639122);
Axis_swap(AxisSet_getAxis("Age"), AxisSet_getAxis("Q3"));
DCS_save();