JavaScript/jQuery PolarChart - ValueAxis
Specifies value axis properties for the PolarChart UI component.
import { ValueAxis } from "devextreme/viz/polar_chart"
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
visualRange
Defines the axis' displayed range. Cannot be wider than the wholeRange.
Raised Events:
onOptionChanged
Cannot be used in themes.
visualRangeUpdateMode
Specifies how the axis's visual range should behave when the PolarChart data is updated.
Default Value: 'auto'
Feedback