align property

String? align
getter/setter pair

The horizontal alignment of the subtitle. Can be one of "left", "center" and "right". Since v12, it defaults to undefined, meaning the actual alignment is inherited from the alignment of the main title.

API Docs: https://api.highcharts.com/highcharts/subtitle.align

Implementation

String? align;