Back to Devexpress

DxChartBarSeriesBase<T, TArgument, TValue>.HoverMode Property

blazor-devexpress-dot-blazor-dot-dxchartbarseriesbase-3-f73a4d8f.md

latest2.0 KB
Original Source

DxChartBarSeriesBase<T, TArgument, TValue>.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

DxChartBarSeriesBase<T, TArgument, TValue> Class

DxChartBarSeriesBase<T, TArgument, TValue> Members

DevExpress.Blazor Namespace