WebChartControl.ToolTipOptions Property
In This Article
Gets the tooltip settings allowing you to specify the tooltip’s position and appearance on a diagram.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.2.Web.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
public ToolTipOptions ToolTipOptions { get; }
#Property Value
Type | Description |
---|---|
Tool |
A Tool |
#Remarks
Before the tooltip customization, make sure the WebChartControl.ToolTipEnabled property is set to true.
For more information on how to use a tooltip, refer to the Tooltips topic.
See Also