HighchartsSeriesLabelStyleOptions constructor
HighchartsSeriesLabelStyleOptions({
- dynamic fontSize,
- String? fontWeight,
Styles for the series label. The color defaults to the series color, or a contrast color if onArea
.
API Docs: https://api.highcharts.com/highcharts/series.zigzag.label.style
Implementation
HighchartsSeriesLabelStyleOptions({this.fontSize, this.fontWeight});