ChartControlSettings.ToolTipController Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ChartToolTipController ToolTipController { get; }
#Property Value
Type | Description |
---|---|
Chart |
A Chart |
See Also