Skip to main content

ChartLegendHoverMode Enum

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

Namespace: DevExpress.AspNetCore.Bootstrap

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public enum ChartLegendHoverMode

Members

Name Description
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.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also