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