General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V18.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
18.2
18.1
17.2
BootstrapChartAxisLabelSettingsBuilder Methods
Stores settings of a chart control's axis labels.
Name | Description |
---|---|
DisplayMode(AxisLabelDisplayMode) |
Allows you to rotate or stagger axis labels. Applies to the horizontal axis only. |
Format(Action<BootstrapUIWidgetFormatBuilder>) |
Formats a value before it is displayed in an axis label. |
IndentFromAxis(Int32) |
Sets the size of indentation between an axis and its labels in pixels. |
OnClientCustomizeHint(String) |
Specifies the hint that appears when a user points to an axis label. |
OnClientCustomizeText(String) |
Customizes the text displayed by axis labels. |
OverlappingBehavior(OverlappingBehavior) |
Sets a value that specifies the overlap resolving algorithm to be applied to axis labels. |
RotationAngle(Decimal) |
Specifies the angle of rotation applied to axis labels when using the Rotate overlap resolving algorithm. |
StaggeringSpacing(Int32) |
Specifies the spacing between staggered rows when using the Stagger overlap resolving algorithm. |
Visible(Boolean) |
Sets a value that specifies the visibility of axis labels. |
See Also
Feedback