Back to Devexpress

ArgumentAxisHoverMode Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-0146cf6c.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum ArgumentAxisHoverMode
vb
Public Enum ArgumentAxisHoverMode

Members

NameDescription
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.

|

The following properties accept/return ArgumentAxisHoverMode values:

Remarks

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

See Also

Axes

Charts

DevExpress.Web.Bootstrap Namespace