Skip to main content

LinearGaugeTooltipBuilder Members

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

Constructors

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

Methods

Name Description
ArrowLength(JS) Mirrors the client-side arrowLength option.
ArrowLength(Double) Mirrors the client-side arrowLength option.
Border(Action<LinearGaugeTooltipBorderBuilder>) 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.
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) Mirrors the client-side cornerRadius option.
CornerRadius(Double) Mirrors the client-side cornerRadius option.
CustomizeTooltip(RazorBlock) Mirrors the client-side customizeTooltip option.
CustomizeTooltip(String) Mirrors the client-side customizeTooltip 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.
Interactive(JS) Mirrors the client-side interactive option.
Interactive(Boolean) Mirrors the client-side interactive option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
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<LinearGaugeTooltipShadowBuilder>) 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