A newer version of this page is available.
Switch to the current version.
BootstrapChartBase.SettingsToolTip Property
Provides access to a chart control's tooltip settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public virtual BootstrapChartTooltipSettings SettingsToolTip { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public Overridable ReadOnly Property SettingsToolTip As BootstrapChartTooltipSettings
Property Value
Type | Description |
---|---|
BootstrapChartTooltipSettings | An BootstrapChartTooltipSettings object that contains a chart control's tooltip settings. |
See Also
Feedback