Creates an object from the class specified and adds it to the objects element list.
Class Details
[line 49]
Abstract class of a multidimensional axis.
This is used when an axis can not map it's values to a simple coordinate, fx. a normal linear x-axis can map it's values directly to a x-point on the canvas, whereas in a 3-d coordination system, the pixel positions x and y are dependent on all the data point coordinates (x0, y0, z0).