Skip to main content
A newer version of this page is available. .

SankeyTooltipBuilder Members

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

Constructors

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

Methods

Name Description
ArrowLength(JS) Mirrors the client-side arrowLength option.
ArrowLength(Double) Mirrors the client-side arrowLength option.
Border(Action<SankeyTooltipBorderBuilder>) Mirrors the client-side border object.
Color(JS) Mirrors the client-side color option.
Color(String) Mirrors the client-side color option.
Container(JS) Mirrors the client-side container option.
Container(String) Mirrors the client-side container option.
CornerRadius(JS) Mirrors the client-side cornerRadius option.
CornerRadius(Double) Mirrors the client-side cornerRadius option.
CustomizeLinkTooltip(RazorBlock) Mirrors the client-side customizeLinkTooltip option.
CustomizeLinkTooltip(String) Mirrors the client-side customizeLinkTooltip option.
CustomizeNodeTooltip(RazorBlock) Mirrors the client-side customizeNodeTooltip option.
CustomizeNodeTooltip(String) 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>) Mirrors the client-side font object.
Format(Format) Mirrors the client-side format option.
Format(JS) Mirrors the client-side format option.
Format(Action<FormatBuilder>) Mirrors the client-side format object.
Format(String) 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) Mirrors the client-side opacity option.
Opacity(Double) Mirrors the client-side opacity option.
Option(String, Object) Specifies an option by its name.
PaddingLeftRight(JS) Mirrors the client-side paddingLeftRight option.
PaddingLeftRight(Double) Mirrors the client-side paddingLeftRight option.
PaddingTopBottom(JS) Mirrors the client-side paddingTopBottom option.
PaddingTopBottom(Double) 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>) Mirrors the client-side shadow object.
ToString() Returns a string that represents the current object. Inherited from Object.
ZIndex(JS) Mirrors the client-side zIndex option.
ZIndex(Int32) Mirrors the client-side zIndex option.
See Also