Vizzu / types/styles / MarkerLabel
Interface: MarkerLabel
Properties for marker label.
Extends
Properties
angle?
optionalangle:null|Angle
Additional rotation of the label.
Inherited from
color?
optionalcolor:null|Color
The color of the displayed text.
Inherited from
filter?
optionalfilter:null|ColorTransform
Defines the transformation used for calculating the label color from the marker color.
fontFamily?
optionalfontFamily:null|string
The family of the font. If not set, it inherits the root style font family.
Inherited from
fontSize?
optionalfontSize:null|Length
The size of the font. Percentage values are relative to the root style font size.
Inherited from
fontStyle?
optionalfontStyle:null|"normal"|"italic"|"oblique"
The style of the font.
Inherited from
fontWeight?
optionalfontWeight:null|number|"bold"|"normal"
The weight of the font, numbers use the same scale as CSS.
Inherited from
format?
optionalformat:null|"measureFirst"|"dimensionsFirst"
Sets the order of values on the label if both a measure and a dimension are present.
maxFractionDigits?
optionalmaxFractionDigits:null|number
The maximum number of digits in fraction part if the text contains a number.
Inherited from
OrientedLabel.maxFractionDigits
numberFormat?
optionalnumberFormat: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
numberScale?
optionalnumberScale:null|string
Number scale used for prefixed number format.
Inherited from
orientation?
optionalorientation:null|"normal"|"horizontal"|"vertical"|"tangential"
Orientation of the label relatively to the axis or marker it is attached to.
Inherited from
paddingBottom?
optionalpaddingBottom:null|Length
Bottom padding of the element.
Inherited from
paddingLeft?
optionalpaddingLeft:null|Length
Left padding of the element.
Inherited from
paddingRight?
optionalpaddingRight:null|Length
Right padding of the element.
Inherited from
paddingTop?
optionalpaddingTop:null|Length
Top padding of the element.
Inherited from
position?
optionalposition:null|"center"|"left"|"top"|"bottom"|"right"
The label position relatively to the marker.
textAlign?
optionaltextAlign:null|"center"|"left"|"right"
The alignment of the displayed text.
Inherited from