Skip to main content

SankeyLabelBuilder Methods

Provides methods that allow you to configure nested options of the client-side label object.
Name Description
Border(Action<SankeyLabelBorderBuilder>) Configures the labels' borders. Mirrors the client-side border object.
CustomizeText(RazorBlock) Customizes the labels' texts. Mirrors the client-side customizeText option.
CustomizeText(String) Customizes the labels' texts. 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 the labels' font properties. Mirrors the client-side font object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
HorizontalOffset(JS) Moves the labels horizontally from their initial positions. Mirrors the client-side horizontalOffset option.
HorizontalOffset(Double) Moves the labels horizontally 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.
OverlappingBehavior(SankeyLabelOverlappingBehavior) Specifies how to arrange labels when there is insufficient space to display them all. Mirrors the client-side overlappingBehavior option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Shadow(Action<SankeyLabelShadowBuilder>) Configures the labels' shadows. Mirrors the client-side shadow object.
ToString() Returns a string that represents the current object. Inherited from Object.
UseNodeColors(JS) Specifies whether to color labels in the nodes' colors. Mirrors the client-side useNodeColors option.
UseNodeColors(Boolean) Specifies whether to color labels in the nodes' colors. Mirrors the client-side useNodeColors option.
VerticalOffset(JS) Moves the labels vertically from their initial positions. Mirrors the client-side verticalOffset option.
VerticalOffset(Double) Moves the labels vertically from their initial positions. Mirrors the client-side verticalOffset option.
Visible(JS) Specifies whether the labels are visible. Mirrors the client-side visible option.
Visible(Boolean) Specifies whether the labels are visible. Mirrors the client-side visible option.
See Also