ChartLegendHoverMode Enum
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
#Members
Name | Description |
---|---|
None
|
A legend hover does not affect a chart appearance. |
Include
|
When a legend item is hovered over, the corresponding series is highlighted along with its points. |
Exclude
|
When a legend item is hovered over, the corresponding series is highlighted, but its points are excluded. |
#Related API Members
The following properties accept/return ChartLegendHoverMode values:
#Remarks
The enumeration is used by the BootstrapChartLegendSettings.HoverMode property.
See Also