Skip to main content

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.v23.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public ChartToolTipController ToolTipController { get; }

Property Value

Type Description
ChartToolTipController

A ChartToolTipController object.

See Also