BootstrapChartAxisLabelSettingsBuilder Members
Stores settings of a chart control’s axis labels.Methods
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(OverlappingBehavior) | Sets a value that specifies the overlap resolving algorithm to be applied to axis labels. |
ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
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. |
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