Back to Devexpress

ChartLegendHoverMode Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-9a512371.md

latest1.8 KB
Original Source

ChartLegendHoverMode Enum

Lists the values that define what series elements to highlight when a corresponding item in the legend is hovered over.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum ChartLegendHoverMode
vb
Public Enum ChartLegendHoverMode

Members

NameDescription
None

A legend hover does not affect a chart appearance.

| | IncludePoints |

When a legend item is hovered over, the corresponding series is highlighted along with its points.

| | ExcludePoints |

When a legend item is hovered over, the corresponding series is highlighted, but its points are excluded.

|

The following properties accept/return ChartLegendHoverMode values:

Remarks

The enumeration is used by the BootstrapChartLegendSettings.HoverMode property.

See Also

Legend

Chart

DevExpress.Web.Bootstrap Namespace