ChartToolTipController.OpenMode Property
In This Article
Specifies the way a tooltip appears on a chart, on either a hover or a mouse click.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public ToolTipOpenMode OpenMode { get; set; }
#Property Value
Type | Description |
---|---|
Tool |
A Tool |
Available values:
Name | Description |
---|---|
On |
A tooltip appears when hovering over a particular chart element. |
On |
A tooltip appears when clicking on a particular chart element. |
See Also