center property

List? center
getter/setter pair

The center of the series. By default, it is centered in the middle of the plot area, so it fills the plot area height.

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

Implementation

List<dynamic>? center;