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

ArgumentAxisHoverMode Enum

Lists values that define chart elements to be highlighted when a user points to an axis label.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public enum ArgumentAxisHoverMode

Members

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.

Related API Members

The following properties accept/return ArgumentAxisHoverMode values:

Remarks

Enumeration values are used by the BootstrapChartArgumentAxis.HoverMode and the BootstrapPolarChartArgumentAxis.HoverMode properties.

See Also