An object defining the label configuration options.
Name | Description |
---|---|
ArgumentFormat(Action<FormatBuilder>) |
Formats the point argument before it is displayed in the point label. To format the point value, use the format option. |
ArgumentFormat(Format) |
Formats the point argument before it is displayed in the point label. To format the point value, use the format option. |
ArgumentFormat(JS) |
Formats the point argument before it is displayed in the point label. To format the point value, use the format option. |
ArgumentFormat(String) |
Formats the point argument before it is displayed in the point label. To format the point value, use the format option. |
BackgroundColor(JS) |
Colors the point labels' background. The default color is inherited from the points. |
BackgroundColor(String) |
Colors the point labels' background. The default color is inherited from the points. |
Border(Action<PolarChartCommonSeriesSettingsLabelBorderBuilder>) |
Specifies border options for point labels. |
Connector(Action<PolarChartCommonSeriesSettingsLabelConnectorBuilder>) |
Specifies connector options for series point labels. |
CustomizeText(RazorBlock) |
Specifies a callback function that returns the text to be displayed by point labels. |
CustomizeText(String) |
Specifies a callback function that returns the text to be displayed by point labels. |
Equals(Object) |
Determines whether the specified object is equal to the current object.
(Inherited from Object)
|
Equals(Object, Object) static |
Determines whether the specified object instances are considered equal.
(Inherited from Object)
|
Font(Action<VizFontBuilder>) |
Specifies font options for the text displayed in point labels. |
Format(Action<FormatBuilder>) |
Formats a value before it is displayed in a point label. |
Format(Format) |
Formats a value before it is displayed in a point label. |
Format(JS) |
Formats a value before it is displayed in a point label. |
Format(String) |
Formats a value before it is displayed in a 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)
|
Option(String, Object) |
Specifies an option by its name. |
Position(RelativePosition) |
Specifies a label position in bar-like series. |
ReferenceEquals(Object, Object) static |
Determines whether the specified Object instances are the same instance.
(Inherited from Object)
|
RotationAngle(Double) |
Specifies the angle used to rotate point labels from their initial position. |
RotationAngle(JS) |
Specifies the angle used to rotate point labels from their initial position. |
ShowForZeroValues(Boolean) |
Specifies whether or not to show a label when the point has a zero value. |
ShowForZeroValues(JS) |
Specifies whether or not to show a label when the point has a zero value. |
ToString() |
Returns a string that represents the current object.
(Inherited from Object)
|
Visible(Boolean) |
Specifies the visibility of point labels. |
Visible(JS) |
Specifies the visibility of point labels. |