BootstrapChartArgumentAxis.HoverMode Property
Specifies 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
[DefaultValue(ArgumentAxisHoverMode.None)]
public ArgumentAxisHoverMode HoverMode { get; set; }
Property Value
Type | Default | Description |
---|---|---|
ArgumentAxisHoverMode | None | An ArgumentAxisHoverMode enumeration value. |
Available values:
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. |
Remarks
The HoverMode property accepts one of the following values.
none
Axis labels do not respond to pointing to them.
allArgumentPoints
When a user points to a label on the argument axis, series points of the corresponding argument become highlighted.
See Also