angle property

double? angle
getter/setter pair

In a polar chart, this is the angle of the Y axis in degrees, where 0 is up and 90 is right. The angle determines the position of the axis line and the labels, though the coordinate system is unaffected. Since v8.0.0 this option is also applicable for X axis (inverted polar).

API Docs: https://api.highcharts.com/highcharts/zAxis.angle

Implementation

double? angle;