Back to Devexpress

DxChartBubbleSeries<T, TArgument, TValue, TSize>.HoverMode Property

blazor-devexpress-dot-blazor-dot-dxchartbubbleseries-4-77375b0a.md

latest2.0 KB
Original Source

DxChartBubbleSeries<T, TArgument, TValue, TSize>.HoverMode Property

Specifies series elements to be highlighted when a user hovers over a series point.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(ChartSeriesPointHoverMode.Point)]
[Parameter]
public ChartSeriesPointHoverMode HoverMode { get; set; }

Property Value

TypeDefaultDescription
ChartSeriesPointHoverModePoint

A ChartSeriesPointHoverMode enumeration value.

|

Available values:

NameDescriptionImage
Point

Only the point that a user hovers over changes its style.

|

| | AllPoints |

All points in the series change their style.

|

| | AllPointsForArgument |

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

DxChartBubbleSeries<T, TArgument, TValue, TSize> Class

DxChartBubbleSeries<T, TArgument, TValue, TSize> Members

DevExpress.Blazor Namespace