DxChartAreaSeriesBase<T, TArgument, TValue>.HoverMode Property
Specifies series elements to be highlighted when a user hovers over a series.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(ChartContinuousSeriesHoverMode.NearestPoint)]
[Parameter]
public ChartContinuousSeriesHoverMode HoverMode { get; set; }
Property Value
Type | Default | Description |
---|---|---|
ChartContinuousSeriesHoverMode | NearestPoint | A ChartContinuousSeriesHoverMode enumeration value. |
Available values:
Name | Description | Image |
---|---|---|
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