sets property

List<String>? sets
getter/setter pair

The set or sets the options will be applied to. If a single entry is defined, then it will create a new set. If more than one entry is defined, then it will define the overlap between the sets in the array.

API Docs: https://api.highcharts.com/highcharts/series.venn.data.sets

Implementation

List<String>? sets;