JavaScript/jQuery PolarChart - ArgumentAxis
Specifies argument axis properties for the PolarChart UI component.
axisDivisionFactor
Specifies the minimum distance between two neighboring major ticks in pixels. Applies only to the axes of the "continuous" and "logarithmic" types.
firstPointOnStartAngle
Specifies whether or not to display the first point at the angle specified by the startAngle property.
hoverMode
Specifies the elements that will be highlighted when the argument axis is hovered over.
linearThreshold
Specifies a value used to calculate the range on a logarithmic axis within which the axis should be linear. Applies only if the data source contains negative values or zeroes.
logarithmBase
Specifies the value to be raised to a power when generating ticks for a logarithmic axis.
minorTickCount
Specifies the number of minor ticks between two neighboring major ticks.
originValue
Specifies the value to be used as the origin for the argument axis.
period
Specifies the period of the argument values in the data source.
startAngle
Specifies the angle in arc degrees to which the argument axis should be rotated. The positive values rotate the axis clockwise.