Skip to main content

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

NuGet Package: DevExpress.Web.Visualization

Declaration

public ToolTipOptions ToolTipOptions { get; }

Property Value

Type Description
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