Skip to main content
A newer version of this page is available. .

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

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 Tooltip topic.

See Also