The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Axis_Alignment
/*
 * REGISTERABLE ENUM: SE_Axis_Alignment
 *
 *   This data type specifies how the data table cell value(s) associated
 *   with an axis tick mark align with the axis interval for
 *   a <Regular Axis> instance.
 *
 *   The lower bound of the axis interval is indicated by ti, while
 *   the upper bound of the axis interval is indicated by ti+1.
 */
typedef SE_Short_Integer SE_Axis_Alignment;
Enumerant Definition Value
SE_AXALGN_NONE
 The ith data table cell value is applicable to the
 entire interval [ti, ti+1).
1
SE_AXALGN_LOWER
 The ith data table cell value is applicable at the
 ti tick mark.
2
SE_AXALGN_MEDIAN
 The ith data table cell value is applicable at the
 median of the ti and ti+1 tick marks.
3
SE_AXALGN_UPPER
 The ith data table cell value is applicable at the
 ti+1 tick mark.
4
SE_AXALGN_GEOMETRIC_MEAN
 The ith data table cell value is applicable at the
 geometric mean of the ti and ti+1 tick marks. This
 kind of axis alignment is intended for use with
 SE_SPACTYP_GEOMETRIC spacing.
5



Prev: SE_API. Next: SE_Boolean.


Return to: Top of this Page, Type Index