Options to align the element relative to the chart or another box.
Members
-
align :Highcharts.AlignValue|undefined
-
Horizontal alignment. Can be one of
left
,center
andright
.Type:
- Highcharts.AlignValue | undefined
- Default Value:
-
- left
-
alignByTranslate :boolean|undefined
-
Use the
transform
attribute with translateX and translateY custom attributes to align this elements rather thanx
andy
attributes.Type:
- boolean | undefined
- Default Value:
-
- false
-
verticalAlign :Highcharts.VerticalAlignValue|undefined
-
Vertical alignment. Can be one of
top
,middle
andbottom
.Type:
- Highcharts.VerticalAlignValue | undefined
- Default Value:
-
- top
-
x :number|undefined
-
Horizontal pixel offset from alignment.
Type:
- number | undefined
- Default Value:
-
- 0
-
y :number|undefined
-
Vertical pixel offset from alignment.
Type:
- number | undefined
- Default Value:
-
- 0