/* * STRUCT: SE_INTERVAL_AXIS_VALUE * * The range of one axis interval (one 'tick' mark on an Interval Axis) */
| typedef | struct | ||
| { | |||
| SE_FLOAT64 | value_min; | (notes) | |
| SE_FLOAT64 | value_max; | (notes) |
Minimum value for the axis interval.
Maximum value for the axis interval.Prev: SE_INTERPOLATION_TYPE_ENUM. Next: SE_LIGHT_TYPE_ENUM. Up:Index