Skip to main content
A newer version of this page is available. .

BootstrapPolarChartAxisLabelSettings Properties

Stores settings of the Polar Chart control’s axis labels.
Name Description
DisplayMode Allows you to rotate or stagger axis labels. Applies to the horizontal axis only. Inherited from BootstrapChartAxisLabelSettings.
Format Formats a value before it is displayed in an axis label. Inherited from BootstrapChartAxisLabelSettings.
IndentFromAxis Adds a pixel-measured empty space between an axis and its labels. Inherited from BootstrapChartAxisLabelSettings.
OnClientCustomizeHint Customizes the hint that appears when a user points to an axis label. Inherited from BootstrapChartAxisLabelSettings.
OnClientCustomizeText Customizes the text displayed by axis labels. Inherited from BootstrapChartAxisLabelSettings.
OverlappingBehavior Decides how to arrange axis labels when there is not enough space to keep all of them.
RotationAngle Specifies the rotation angle of axis labels. Applies only if BootstrapChartAxisLabelSettings.DisplayMode or BootstrapPolarChartAxisLabelSettings.OverlappingBehavior is “stagger”.
StaggeringSpacing Adds a pixel-measured empty space between two staggered rows of axis labels. Applies only if BootstrapChartAxisLabelSettings.DisplayMode or BootstrapPolarChartAxisLabelSettings.OverlappingBehavior is “stagger”.
TextOverflowMode Inherited from BootstrapChartAxisLabelSettings.
Visible Specifies the visibility of axis labels. Inherited from BootstrapChartAxisLabelSettings.
WordWrapMode Inherited from BootstrapChartAxisLabelSettings.
See Also