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