A newer version of this page is available.
Switch to the current version.
BootstrapPolarChartArgumentAxis.HoverMode Property
Specifies the elements that will be highlighted when the argument axis is hovered over.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(ArgumentAxisHoverMode.None)]
public ArgumentAxisHoverMode HoverMode { get; set; }
<DefaultValue(ArgumentAxisHoverMode.None)>
Public Property HoverMode As ArgumentAxisHoverMode
Property Value
Type | Default | Description |
---|---|---|
ArgumentAxisHoverMode | None |
One of the ArgumentAxisHoverMode enumeration values. |
Remarks
The following values are accepted:
none
Nothing happens when the argument axis is hovered over.
allArgumentPoints
The points that correspond to the argument that is currently hovered over are highlighted.
Implements
DevExpress.Web.Bootstrap.IArgumentAxis.HoverMode
See Also
Feedback