BootstrapChartSeriesLabelSettings Members
Stores settings of Chart series labels.Constructors
Name | Description |
---|---|
BootstrapChartSeriesLabelSettings(IPropertiesOwner) | Initializes a new instance of the BootstrapChartSeriesLabelSettings class with the specified owner. |
Properties
Name | Description |
---|---|
ArgumentFormat | Formats the point argument before it will be displayed in the point label. |
ConnectorCssClass | Gets or sets the name of a CSS class applied to a label connector element. |
ConnectorVisible | Gets or sets a value specifying the visibility of connectors between series points and their labels. |
Format | Formats the point value before it will be displayed in the point label. |
OnClientCustomizeText | Customizes the text displayed by point labels on the client side. |
Position | Specifies whether to display point labels inside or outside of series points. |
RadialOffset | Gets or sets a value that specifies how to shift labels from their initial position in a radial direction in pixels. |
RectCssClass | Specifies the name of the CSS class applied to the rectangle that limits the series label. |
RotationAngle | Gets or sets the angle of rotation applied to point labels. |
TextCssClass | Gets or sets the name of a CSS class applied to the label’s text. |
Visible | Gets or sets a value specifying the visibility of point labels. |
Methods
Name | Description |
---|---|
Assign(PropertiesBase) | Copies the public properties from the specified object to the current one. |
CollectCustomProperties(List<JsonPropertyInfo>) | This property is for internal use only. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the string that represents the current object. Inherited from StateManager. |
See Also