Vizzu / Modules / types/styles / OrientedLabel
Interface: OrientedLabel
types/styles.OrientedLabel
Properties for a rotatable label.
Hierarchy
- 
↳ OrientedLabel↳↳ MarkerLabel↳↳ AxisLabel
Properties
angle
• Optional angle: null | Angle
Additional rotation of the label.
color
• Optional color: null | Color
The color of the displayed text.
Inherited from
Label.color
fontFamily
• Optional fontFamily: null | string
The family of the font. If not set, it inherits the root style font family.
Inherited from
Label.fontFamily
fontSize
• Optional fontSize: null |
Length
The size of the font. Percentage values are relative to the root style font size.
Inherited from
Label.fontSize
fontStyle
• Optional fontStyle: null | "normal" | "italic" | "oblique"
The style of the font.
Inherited from
Label.fontStyle
fontWeight
• Optional fontWeight: null | number | "bold" | "normal"
The weight of the font, numbers use the same scale as CSS.
Inherited from
Label.fontWeight
maxFractionDigits
• Optional maxFractionDigits: null | number
The maximum number of digits in fraction part if the text contains a number.
Inherited from
Label.maxFractionDigits
numberFormat
• Optional numberFormat: null | "none" | "grouped" | "prefixed"
The format of the number. Only applicable for texts showing numerical data such as marker and axis labels. 'grouped' uses thousand separators (e.g. 1 234 567), 'prefixed' uses scientific notation (e.g. 1.234k).
Inherited from
Label.numberFormat
numberScale
• Optional numberScale: null | string
Number scale used for prefixed number format.
Inherited from
Label.numberScale
orientation
• Optional orientation: null | "normal" | "horizontal" |
"vertical" | "tangential"
Orientation of the label relatively to the axis or marker it is attached to.
paddingBottom
• Optional paddingBottom: null |
Length
Bottom padding of the element.
Inherited from
Label.paddingBottom
paddingLeft
• Optional paddingLeft: null |
Length
Left padding of the element.
Inherited from
Label.paddingLeft
paddingRight
• Optional paddingRight: null |
Length
Right padding of the element.
Inherited from
Label.paddingRight
paddingTop
• Optional paddingTop: null |
Length
Top padding of the element.
Inherited from
Label.paddingTop
textAlign
• Optional textAlign: null | "center" | "left" | "right"
The alignment of the displayed text.
Inherited from
Label.textAlign