textAlign property
Alignment of the text, can be "left"
, "right"
or "center"
.
Default alignment depends on the
title.align:
Horizontal axes:
- for
align
="low"
,textAlign
is set toleft
- for
align
="middle"
,textAlign
is set tocenter
- for
align
="high"
,textAlign
is set toright
Vertical axes:
- for
align
="low"
andopposite
=true
,textAlign
is set toright
- for
align
="low"
andopposite
=false
,textAlign
is set toleft
- for
align
="middle"
,textAlign
is set tocenter
- for
align
="high"
andopposite
=true
textAlign
is set toleft
- for
align
="high"
andopposite
=false
textAlign
is set toright
API Docs: https://api.highcharts.com/highcharts/chart.parallelAxes.title.textAlign
Implementation
String? textAlign;