Skip to main content
A newer version of this page is available. .

BootstrapUIWidgetTooltipSettings.ShowChartTitleInTooltip Property

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[DefaultValue(true)]
public bool ShowChartTitleInTooltip { get; set; }

Property Value

Type Default
Boolean **true**

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowChartTitleInTooltip
BootstrapChart
.SettingsToolTip.ShowChartTitleInTooltip
BootstrapChartBase
.SettingsToolTip.ShowChartTitleInTooltip
BootstrapCoordinateSystemChart
.SettingsToolTip.ShowChartTitleInTooltip
BootstrapPieChart
.SettingsToolTip.ShowChartTitleInTooltip
BootstrapPolarChart
.SettingsToolTip.ShowChartTitleInTooltip
BootstrapSparkline
.SettingsToolTip.ShowChartTitleInTooltip
See Also