HighchartsSeriesDataLabelsTextPathOptions constructor

HighchartsSeriesDataLabelsTextPathOptions({
  1. dynamic attributes,
  2. bool? enabled,
})

Options for a label text which should follow marker's shape. Border and background are disabled for a label that follows a path.

API Docs: https://api.highcharts.com/highcharts/series.zigzag.dataLabels.textPath

Implementation

HighchartsSeriesDataLabelsTextPathOptions({this.attributes, this.enabled});