JavaScript/jQuery PolarChart - ArgumentAxis
Specifies argument axis properties for the PolarChart UI component.
import { ArgumentAxis } from "devextreme/viz/polar_chart"
axisDivisionFactor
Specifies the minimum distance between two neighboring major ticks in pixels. Applies only to the axes of the "continuous" and "logarithmic" types.
Type:
Default Value: 50
firstPointOnStartAngle
Specifies whether or not to display the first point at the angle specified by the startAngle property.
Type:
Default Value: false
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.
Type:
Default Value: undefined
logarithmBase
Specifies the value to be raised to a power when generating ticks for a logarithmic axis.
Type:
Default Value: 10
startAngle
Specifies the angle in arc degrees to which the argument axis should be rotated. The positive values rotate the axis clockwise.
Type:
Default Value: 0
Feedback