BootstrapChartSeriesLabelSettingsBuilder Methods
Stores settings of Chart series labels.Name | Description |
---|---|
ArgumentFormat(Action<BootstrapUIWidgetFormatBuilder>) | Formats the point argument before it will be displayed in the point label. |
ConnectorCssClass(String) | Sets the name of a CSS class applied to a label connector element. |
ConnectorVisible(Boolean) | Sets a value specifying the visibility of connectors between series points and their labels. |
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 the point value before it will be displayed in the point label. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
OnClientCustomizeText(String) | Customizes the text displayed by point labels on the client side. |
Position(RelativePosition) | Specifies whether to display point labels inside or outside of series points. |
RadialOffset(Decimal) | Sets a value that specifies how to shift labels from their initial position in a radial direction in pixels. |
RectCssClass(String) | Specifies the name of the CSS class applied to the rectangle that limits the series label. |
ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
RotationAngle(Decimal) | Sets the angle of rotation applied to point labels. |
TextCssClass(String) | Sets the name of a CSS class applied to the label’s text. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Visible(Boolean) | Sets a value specifying the visibility of point labels. |
See Also