Back to Devexpress

HoverMode Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-8323f5d1.md

latest1.8 KB
Original Source

HoverMode Enum

Lists values that specify series elements to be highlighted when a user points to a series.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum HoverMode
vb
Public Enum HoverMode

Members

NameDescription
NotSet

The behavior is defined by an underlying control.

| | None |

None of the series elements is highlighted when a user points to a series.

| | AllArgumentPoints |

The hovered point is highlighted. Points with the same argument value are highlighted as well.

| | AllSeriesPoints |

All points of the hovered series are highlighted.

| | OnlyPoint |

The hovered point is only highlighted when a user points a series.

| | IncludePoints |

The hovered series is highlighted including series points.

| | ExcludePoints |

The hovered series is highlighted excluding series points.

| | NearestPoint |

The hovered series is highlighted along with the series point nearest to the pointer.

|

The following properties accept/return HoverMode values:

Remarks

The enumeration is used by the HoverMode property.

See Also

DevExpress.Web.Bootstrap Namespace