alternate property

bool? alternate
getter/setter pair

Whether to position data labels alternately. For example, if distance is set equal to 100, then data labels will be positioned alternately (on both sides of the point) at a distance of 100px.

API Docs: https://api.highcharts.com/highcharts/series.timeline.dataLabels.alternate

Implementation

bool? alternate;