Back to Devexpress

WebChartControl.ToolTipOptions Property

aspnet-devexpress-dot-xtracharts-dot-web-dot-webchartcontrol-30ffb2e9.md

latest1.6 KB
Original Source

WebChartControl.ToolTipOptions Property

Gets the tooltip settings allowing you to specify the tooltip’s position and appearance on a diagram.

Namespace : DevExpress.XtraCharts.Web

Assembly : DevExpress.XtraCharts.v25.2.Web.dll

NuGet Package : DevExpress.Web.Visualization

Declaration

csharp
public ToolTipOptions ToolTipOptions { get; }
vb
Public ReadOnly Property ToolTipOptions As ToolTipOptions

Property Value

TypeDescription
ToolTipOptions

A ToolTipOptions object descendant which represents tooltip options.

|

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

WebChartControl Class

WebChartControl Members

DevExpress.XtraCharts.Web Namespace