Skip to main content

PolarChartCommonSeriesSettingsLabelBuilder Members

Provides methods that allow you to configure nested options of the client-side label object.

Constructors

Name Description
PolarChartCommonSeriesSettingsLabelBuilder(OptionsOwnerContext) For internal use only. Initializes a new PolarChartCommonSeriesSettingsLabelBuilder class instance.

Methods

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