React PolarChart - commonAxisSettings.label
An object defining the label configuration options that are common for all axes in the PolarChart widget.
Axis labels represent textual values for axis ticks, which are not visible by default. Use the label object's properties to set common label options for all axes simultaneously.
To set a common option for labels of a particular axis, use the label object within the argumentAxis or valueAxis configuration object. The values that are set individually override the corresponding common values.
overlappingBehavior
When axis labels overlap each other, you can rearrange them by setting the overlappingBehavior option. It accepts the following values.
- hide
Hides certain axis labels leaving more space for the others. - none
Leaves axis labels overlapped.
Use the PolarChartOverlappingBehavior
enum to specify this option when the widget is used as an ASP.NET MVC Control. This enum accepts the following values: Hide
and None
.
If you have technical questions, please create a support ticket in the DevExpress Support Center.