FunnelLabelBuilder Methods
Provides methods that allow you to configure nested options of the client-side label object.Name | Description |
---|---|
BackgroundColor(JS) | Colors the labels' background. The default color is inherited from the funnel items. Mirrors the client-side backgroundColor option. |
BackgroundColor(String) | Colors the labels' background. The default color is inherited from the funnel items. Mirrors the client-side backgroundColor option. |
Border(Action<FunnelLabelBorderBuilder>) | Configures the label borders. Mirrors the client-side border object. |
Connector(Action<FunnelLabelConnectorBuilder>) | Configures label connectors. Mirrors the client-side connector object. |
CustomizeText(RazorBlock) | Customizes labels' text. Mirrors the client-side customizeText option. |
CustomizeText(String) | Customizes labels' text. Mirrors the client-side customizeText option. |
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 labels' font properties. Mirrors the client-side font object. |
Format(Format) | Formats the item value before displaying it in the label. Mirrors the client-side format option. |
Format(JS) | Formats the item value before displaying it in the label. Mirrors the client-side format option. |
Format(Action<FormatBuilder>) | Formats the item value before displaying it in the label. Mirrors the client-side format object. |
Format(String) | Formats the item value before displaying it in the 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. |
HorizontalAlignment(HorizontalEdge) | Specifies labels' position in relation to the funnel items. Mirrors the client-side horizontalAlignment option. |
HorizontalOffset(JS) | Moves labels from their initial positions. Mirrors the client-side horizontalOffset option. |
HorizontalOffset(Double) | Moves labels from their initial positions. Mirrors the client-side horizontalOffset option. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
Option(String, Object) | Specifies an option by its name. |
Position(FunnelLabelPosition) | Specifies whether to display labels inside or outside funnel items or arrange them in columns. Mirrors the client-side position option. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ShowForZeroValues(JS) | Specifies whether to show labels for items with zero value. Mirrors the client-side showForZeroValues option. |
ShowForZeroValues(Boolean) | Specifies whether to show labels for items with zero value. Mirrors the client-side showForZeroValues option. |
TextOverflow(VizTextOverflow) | Specifies what to do with label texts that overflow the allocated space after applying wordWrap: hide, truncate them and display an ellipsis, or do nothing. Mirrors the client-side textOverflow option. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Visible(JS) | Controls the labels' visibility. Mirrors the client-side visible option. |
Visible(Boolean) | Controls the labels' visibility. Mirrors the client-side visible option. |
WordWrap(VizWordWrap) | Specifies how to wrap label texts if they do not fit into a single line. Mirrors the client-side wordWrap option. |
See Also