align property

String? align
getter/setter pair

The alignment of the data label compared to the point. If right, the right side of the label should be touching the point. For points with an extent, like columns, the alignments also dictates how to align it inside the box, as given with the inside option. Can be one of left, center or right.

API Docs: https://api.highcharts.com/highcharts/series.streamgraph.data.dataLabels.align

Implementation

String? align;