jQuery PolarChart - CommonAxisSettingsLabel

An object defining the label configuration properties that are common for all axes in the PolarChart UI component.

import { CommonAxisSettingsLabel } from "devextreme/viz/polar_chart"

indentFromAxis

Specifies the spacing between an axis and its labels in pixels.

Type:

Number

Default Value: 5

overlappingBehavior

Decides how to arrange axis labels when there is not enough space to keep all of them.

Type:

LabelOverlap

Default Value: 'hide'

visible

Indicates whether or not axis labels are visible.

Type:

Boolean

Default Value: true