Angular Axis Model
An interface for classes representing the angular axis on a polar plot.
Parameters
The data type for the axis values.
Inheritors
Types
Defines the direction for incrementing angles on a PolarGraph. Counter clockwise is the regular convention for mathematics.
Defines the orientation of the Zero angle on a PolarGraph. 3 O'Clock is the regular convention for mathematics, while 12 O'Clock is typical for category based charts and spider charts.
Properties
The AngleDirection for this axis.
The AngleZero for this axis.
Functions
Computes the angular offset of the provided point along this axis. This function provides a mechanism to transform from arbitrary units T to angular units on the plot. For example, a category axis can convert specific categories to their angular position on the plot.
Gets the tick values for this axis model.