Skip to main content

SankeyTooltipBuilder Methods

Provides methods that allow you to configure nested options of the client-side tooltip object.
Name Description
ArrowLength(JS) Specifies the length of a tooltip's arrow in pixels. Mirrors the client-side arrowLength option.
ArrowLength(Double) Specifies the length of a tooltip's arrow in pixels. Mirrors the client-side arrowLength option.
Border(Action<SankeyTooltipBorderBuilder>) Configures a tooltip's border. Mirrors the client-side border object.
Color(JS) Colors all tooltips. Mirrors the client-side color option.
Color(String) Colors all tooltips. Mirrors the client-side color option.
Container(JS) Specifies the container in which to draw tooltips. The default container is the HTML DOM `` element. Mirrors the client-side container option.
Container(String) Specifies the container in which to draw tooltips. The default container is the HTML DOM `` element. Mirrors the client-side container option.
CornerRadius(JS) Makes all the tooltip's corners rounded. Mirrors the client-side cornerRadius option.
CornerRadius(Double) Makes all the tooltip's corners rounded. Mirrors the client-side cornerRadius option.
CustomizeLinkTooltip(RazorBlock) Customizes link tooltips' appearance. Mirrors the client-side customizeLinkTooltip option.
CustomizeLinkTooltip(String) Customizes link tooltips' appearance. Mirrors the client-side customizeLinkTooltip option.
CustomizeNodeTooltip(RazorBlock) Customizes node tooltips' appearance. Mirrors the client-side customizeNodeTooltip option.
CustomizeNodeTooltip(String) Customizes node tooltips' appearance. Mirrors the client-side customizeNodeTooltip option.
Enabled(JS) Mirrors the client-side enabled option.
Enabled(Boolean) Mirrors the client-side enabled 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 tooltips' font properties. Mirrors the client-side font object.
Format(Format) Formats a value before it is displayed it in a tooltip. Mirrors the client-side format option.
Format(JS) Formats a value before it is displayed it in a tooltip. Mirrors the client-side format option.
Format(Action<FormatBuilder>) Formats a value before it is displayed it in a tooltip. Mirrors the client-side format object.
Format(String) Formats a value before it is displayed it in a tooltip. 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.
LinkTooltipTemplate(JS) Specifies the client-side linkTooltipTemplate.
LinkTooltipTemplate(RazorBlock) Specifies the client-side linkTooltipTemplate.
LinkTooltipTemplate(TemplateName) Specifies the client-side linkTooltipTemplate.
LinkTooltipTemplate(String) Specifies the client-side linkTooltipTemplate.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
NodeTooltipTemplate(JS) Specifies the client-side nodeTooltipTemplate.
NodeTooltipTemplate(RazorBlock) Specifies the client-side nodeTooltipTemplate.
NodeTooltipTemplate(TemplateName) Specifies the client-side nodeTooltipTemplate.
NodeTooltipTemplate(String) Specifies the client-side nodeTooltipTemplate.
Opacity(JS) Specifies tooltips' transparency. Mirrors the client-side opacity option.
Opacity(Double) Specifies tooltips' transparency. Mirrors the client-side opacity option.
Option(String, Object) Specifies an option by its name.
PaddingLeftRight(JS) Generates an empty space, measured in pixels, between a tooltip's left/right border and its text. Mirrors the client-side paddingLeftRight option.
PaddingLeftRight(Double) Generates an empty space, measured in pixels, between a tooltip's left/right border and its text. Mirrors the client-side paddingLeftRight option.
PaddingTopBottom(JS) Generates an empty space, measured in pixels, between a tooltip's top/bottom border and its text. Mirrors the client-side paddingTopBottom option.
PaddingTopBottom(Double) Generates an empty space, measured in pixels, between a tooltip's top/bottom border and its text. Mirrors the client-side paddingTopBottom option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Shadow(Action<SankeyTooltipShadowBuilder>) Configures a tooltip's shadow. Mirrors the client-side shadow object.
ToString() Returns a string that represents the current object. Inherited from Object.
ZIndex(JS) Specifies a tooltip's z-index. Mirrors the client-side zIndex option.
ZIndex(Int32) Specifies a tooltip's z-index. Mirrors the client-side zIndex option.
See Also