BootstrapChartTooltipSettingsBuilder Methods
Stores chart tooltip settings.Name | Description |
---|---|
ArgumentFormat(Action<BootstrapUIWidgetFormatBuilder>) | Specifies a format for arguments of the chart’s series points. |
ArrowLength(Int32) | Specifies the length of a tooltip’s arrow in pixels. |
Enabled(Boolean) | Specifies whether or not tooltips are enabled. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
Format(Action<BootstrapUIWidgetFormatBuilder>) | Formats the value before it will be displayed in the tooltip. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
OnClientCustomizeTooltip(String) | Specifies a callback function used to customize the tooltip. |
ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
Shared(Boolean) | Specifies the kind of information to display in a tooltip. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
ZIndex(Nullable<Double>) |
See Also