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

ChartControlSettings.ToolTipController Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public ChartToolTipController ToolTipController { get; }

Property Value

Type Description
ChartToolTipController

A ChartToolTipController object.

See Also