yAxis property

List<HighchartsYAxisOptions>? yAxis
getter/setter pair

The Y axis or value axis. Normally this is the vertical axis, though if the chart is inverted this is the horizontal axis. In case of multiple axes, the yAxis node is an array of configuration objects.

See the Axis object for programmatic access to the axis.

API Docs: https://api.highcharts.com/highcharts/yAxis

Implementation

List<HighchartsYAxisOptions>? yAxis;