center property

List? center
getter/setter pair

The center of the wheel relative to the plot area. Can be percentages or pixel values. The default behaviour is to center the wheel inside the plot area.

API Docs: https://api.highcharts.com/highcharts/series.dependencywheel.center

Implementation

List<dynamic>? center;