BootstrapPolarChartAxisLabelSettingsBuilder Methods
Stores settings of the Polar Chart control’s axis labels.| Name | Description |
|---|---|
| DisplayMode(AxisLabelDisplayMode) | Allows you to rotate or stagger axis labels. Applies to the horizontal axis only. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Format(Action<BootstrapUIWidgetFormatBuilder>) | Formats a value before it is displayed in an axis label. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| IndentFromAxis(Int32) | Sets the size of indentation between an axis and its labels in pixels. |
| MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
| 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(PolarChartOverlappingBehavior) | Decides how to arrange axis labels when there is not enough space to keep all of them. |
| ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Visible(Boolean) | Sets a value that specifies the visibility of axis labels. |
See Also