showSkipSummary property

bool? showSkipSummary
getter/setter pair

Show the number of points skipped through culling.

When set to true, the number of points skipped in series processing is outputted. Points are skipped if they are closer than 1 pixel from each other.

API Docs: https://api.highcharts.com/highcharts/boost.debug.showSkipSummary

Implementation

bool? showSkipSummary;