Back to Devexpress

DxChartRangeAreaSeries<T, TArgument, TValue>.HoverMode Property

blazor-devexpress-dot-blazor-dot-dxchartrangeareaseries-3-8a95e6a4.md

latest2.1 KB
Original Source

DxChartRangeAreaSeries<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(ChartContinuousSeriesHoverMode.NearestPoint)]
[Parameter]
public ChartContinuousSeriesHoverMode HoverMode { get; set; }

Property Value

TypeDefaultDescription
ChartContinuousSeriesHoverModeNearestPoint

A ChartContinuousSeriesHoverMode enumeration value.

|

Available values:

NameDescriptionImage
NearestPoint

The series changes its style along with the point that is the nearest to the cursor.

|

| | SeriesAndAllPoints |

The series changes its style along with all the points.

|

| | Series |

The series changes its style, but the points do not.

|

| | None |

The series does not react to hovering.

|

|

See Also

DxChartRangeAreaSeries<T, TArgument, TValue> Class

DxChartRangeAreaSeries<T, TArgument, TValue> Members

DevExpress.Blazor Namespace