ArgumentAxisHoverMode Enum
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.1.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. |
AllArgumentPoints
|
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