verticalAlign property
The vertical alignment of a data label. Can be one of top
,
middle
or bottom
. The default value depends on the data, for
instance in a column chart, the label is above positive values
and below negative values.
API Docs: https://api.highcharts.com/highcharts/series.streamgraph.data.dataLabels.verticalAlign
Implementation
String? verticalAlign;