ScaleDimensionType¶
Defines a dimension of a scale providing it with a label, a numeric or character based range, the attachment of a category label at one or more of the scale values, the frequency of increment markers, and the frequency of value labels on marked or unmarked increments.
Properties¶
Name |
Type |
Description |
|
---|---|---|---|
Label |
0..n |
A display label for the scale. May be expressed in multiple languages. Repeat for labels with different content, for example, labels with differing length limitations. |
|
NumberRange |
0..1 |
Indicates the high and low values (endpoints) of a numeric scale. |
|
Range |
0..1 |
Indicates the high and low values (endpoints) of a non-numeric scale. |
|
Anchor |
0..n |
Allows for the attachment of a category label at any anchor point. |
|
MarkedIncrement |
0..1 |
Identifies the frequency for increment markers (with or without value attachments). |
|
ValueIncrement |
0..1 |
Identifies the frequency for value labels on marked or unmarked increments. |
|
DimensionNumber |
int |
0..1 |
A number used to identify this dimension when describing its intersect point with one or more dimensions in the same scale representation. The dimension is denoted with a 1-based indexing. Dimension in the scale are numbered (1,2,n). |
DegreeSlopeFromHorizontal |
int |
0..1 |
A horizontal line is described as a 0 (zero) slope. Expressed as the number of degrees positive (right end angle above the horizontal line) or degrees positive (right end descending below the horizontal line). |