/*
* ENUM: SE_AXIS_ALIGNMENT_ENUM
*
* Used to indicates the position of a <Regular Axis> with respect to the
* axis interval. Note that LOWER and UPPER refer to the <Regular Axis>
* INDEX; e.g., LOWER means aligned to the side with the lower index.
*/
} SE_AXIS_ALIGNMENT_ENUM;
Enumerator Notes
Tic mark is representative of all points in the interval.
Left or lower interval value.
Middle or center of interval value.
Right or upper interval value.
Perhaps for logarithmic and irregular axes.
Prev: SE_AXIS_ENUM.
Next: SE_CAMERA_ENUM.
Up:Index