Angular PolarChart - valueAxis.label
Axis labels represent textual values for axis ticks, which are not visible by default. To specify custom settings for the value axis labels, use the label configuration object. If you need to set a common value for labels on all axes, use the commonAxisSettings.label configuration object. This object exposes the properties that can be specified for labels on all axes simultaneously. Note that a value specified for the value axis individually (in the valueAxis.label object) overrides the value that is specified in the commonAxisSettings.label object.
customizeHint
Specifies the text for a hint that appears when a user hovers the mouse pointer over a label on the value axis.
customizeText
this
keyword.See Also
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 5 Control or a DevExtreme-Based ASP.NET Core 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.