DxChartBubbleSeries<T, TArgument, TValue, TSize>.HoverMode Property
In This Article
Specifies series elements to be highlighted when a user hovers over a series point.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(ChartSeriesPointHoverMode.Point)]
[Parameter]
public ChartSeriesPointHoverMode HoverMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Chart |
Point | A Chart |
Available values:
Name | Description | Image |
---|---|---|
Point | Only the point that a user hovers over changes its style. |
|
All |
All points in the series change their style. |
|
All |
The point that a user hovers over and all other points with the same argument change their style. |
|
None | The point does not change its style when a user hovers over it. |
See Also