Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(ArgumentAxisHoverMode.None)]
public ArgumentAxisHoverMode HoverMode { get; set; }

Property Value

Type Default Description
ArgumentAxisHoverMode None

One of the ArgumentAxisHoverMode enumeration values.

Available values:

Name Description
None

None of the argument points are highlighted when a user points to an axis label.

AllArgumentPoints

All argument points are highlighted when a user points to an axis label.

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.

See Also