Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ChartToolTipController ToolTipController { get; }

Property Value

Type Description
ChartToolTipController

A ChartToolTipController object.

See Also