Skip to main content

PolarChartTooltipBuilder Members

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

Constructors

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

Methods

Name Description
ArgumentFormat(Format) Formats the point argument before it is displayed in the tooltip. 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 tooltip. 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 tooltip. 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 tooltip. To format the point value, use the format property. Mirrors the client-side argumentFormat option.
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<PolarChartTooltipBorderBuilder>) 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.
ContentTemplate(JS) Specifies the client-side contentTemplate.
ContentTemplate(RazorBlock) Specifies the client-side contentTemplate.
ContentTemplate(TemplateName) Specifies the client-side contentTemplate.
ContentTemplate(String) Specifies the client-side contentTemplate.
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.
CustomizeTooltip(RazorBlock) Mirrors the client-side customizeTooltip option.
CustomizeTooltip(String) Mirrors the client-side customizeTooltip option.
Enabled(JS) Enables tooltips. Mirrors the client-side enabled option.
Enabled(Boolean) Enables tooltips. 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.
Interactive(JS) Allows users to interact with the tooltip content. Mirrors the client-side interactive option.
Interactive(Boolean) Allows users to interact with the tooltip content. Mirrors the client-side interactive option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
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<PolarChartTooltipShadowBuilder>) Configures a tooltip's shadow. Mirrors the client-side shadow object.
Shared(JS) Mirrors the client-side shared option.
Shared(Boolean) Mirrors the client-side shared option.
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