enabledThreshold property
The threshold for how dense the point markers should be before
they are hidden, given that enabled
is not defined. The number
indicates the horizontal distance between the two closest points
in the series, as multiples of the marker.radius
. In other
words, the default value of 2 means points are hidden if
overlapping horizontally.
API Docs: https://api.highcharts.com/highcharts/series.streamgraph.marker.enabledThreshold
Implementation
double? enabledThreshold;