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

ChartToolTipController.OpenMode Property

Specifies the way a tooltip appears on a chart, on either a hover or a mouse click.

Namespace: DevExpress.XtraCharts.Web

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

Declaration

public ToolTipOpenMode OpenMode { get; set; }

Property Value

Type Description
ToolTipOpenMode

A ToolTipOpenMode enumeration value.

Available values:

Name Description
OnHover

A tooltip appears when hovering over a specific chart element.

OnClick

A tooltip appears when a particular chart element is clicked.

See Also