JavaScript/jQuery PolarChart - ValueAxis
Specifies value axis properties for the PolarChart UI component.
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.
maxValueMargin
Specifies a coefficient that determines the spacing between the maximum series point and the axis.
minorTickCount
Specifies the number of minor ticks between two neighboring major ticks.
minValueMargin
Specifies a coefficient that determines the spacing between the minimum series point and the axis.
showZero
Specifies whether or not to indicate a zero value on the value axis.
valueMarginsEnabled
Indicates whether to display series with indents from axis boundaries.
visualRange
Defines the axis' displayed range. Cannot be wider than the wholeRange.
visualRangeUpdateMode
Specifies how the axis's visual range should behave when the PolarChart data is updated.
If you have technical questions, please create a support ticket in the DevExpress Support Center.