ArgumentAxisHoverMode Enum
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
#Members
Name | Description |
---|---|
None
|
None of the argument points are highlighted when a user points to an axis label. |
All
|
All argument points are highlighted when a user points to an axis label. |
#Related API Members
The following properties accept/return ArgumentAxisHoverMode values:
#Remarks
Enumeration values are used by the BootstrapChartArgumentAxis.HoverMode and the BootstrapPolarChartArgumentAxis.HoverMode properties.
See Also