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

WebChartControl.ToolTipController Property

Specifies the tooltip controller component that controls the appearance, position and other settings of tooltips displayed for the Chart control.

Namespace: DevExpress.XtraCharts.Web

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

Declaration

public ChartToolTipController ToolTipController { get; }

Property Value

Type Description
ChartToolTipController

A ChartToolTipController object.

See Also