aspnetbootstrap-devexpress-dot-web-dot-bootstrap-8d6e7331.md
Stores chart tooltip settings.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapChartTooltipSettings :
BootstrapUIWidgetTooltipSettings
Public Class BootstrapChartTooltipSettings
Inherits BootstrapUIWidgetTooltipSettings
The following members return BootstrapChartTooltipSettings objects:
A tooltip is a miniature rectangle displaying values of a series point. A tooltip appears when the end-user hovers the cursor over a series point. You can enable/disable tooltips, change their appearance and format their text using properties of the BootstrapChartTooltipSettings class.
Object StateManager PropertiesBase DevExpress.Web.Bootstrap.Internal.JsonProperties BootstrapUIWidgetTooltipSettings BootstrapChartTooltipSettings
See Also