The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Axis_Alignment
/*
 * ENUM: SE_Axis_Alignment
 *
 *   This data type specifies the position of the given <Regular Axis>
 *   instance with respect to the axis interval.
 */
typedef enum
{
SE_AXIS_ALNMNT_NONE, (notes)
SE_AXIS_ALNMNT_LOWER, (notes)
SE_AXIS_ALNMNT_MEDIAN, (notes)
SE_AXIS_ALNMNT_UPPER, (notes)
SE_AXIS_ALNMNT_GEOMETRIC_MEAN (notes)
} SE_Axis_Alignment;


Enumerant Notes


SE_AXIS_ALNMNT_NONE

 Tic mark is representative of all points in the interval, and thus
 has no particular alignment with respect to the interval.

SE_AXIS_ALNMNT_LOWER

 Tic mark is representative of the lower interval value.

SE_AXIS_ALNMNT_MEDIAN

Tic mark is representative of the interval median value calculated as
the average of the two interval end-point values.

SE_AXIS_ALNMNT_UPPER

 Tic mark is representative of the upper interval value.

SE_AXIS_ALNMNT_GEOMETRIC_MEAN

 Tic mark is representative of the geometric mean of the interval
 values. This kind of axis alignment is intended for use primarily
 in <Regular Axis> instances with "logarithmic" spacing.



Prev: SE_API. Next: SE_Boolean.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS