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