Skip to main content

BootstrapCoordinateSystemChartSeries.HoverMode Property

Specifies series elements to be highlighted when a user points to a series.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(HoverMode.NotSet)]
public HoverMode HoverMode { get; set; }

Property Value

Type Default Description
HoverMode NotSet

One of the HoverMode enumeration’s values.

Available values:

Name Description
NotSet

The behavior is defined by an underlying control.

None

None of the series elements is highlighted when a user points to a series.

AllArgumentPoints

The hovered point is highlighted. Points with the same argument value are highlighted as well.

AllSeriesPoints

All points of the hovered series are highlighted.

OnlyPoint

The hovered point is only highlighted when a user points a series.

IncludePoints

The hovered series is highlighted including series points.

ExcludePoints

The hovered series is highlighted excluding series points.

NearestPoint

The hovered series is highlighted along with the series point nearest to the pointer.

Remarks

Depending on the series type, this option accepts different values. For information on them, refer to the table below.

Note

The table below combines similar Polar chart series types with Chart series type.

Series type

AllArgumentPoints

AllSeriesPoints

ExcludePoints

IncludePoints

NearestPoint

None

NotSet

OnlyPoint

Area

No

No

Yes

Yes

Yes

Yes

Yes

No

Bar

Yes

Yes

No

No

No

Yes

Yes

Yes

Financial

Yes

Yes

No

No

No

Yes

Yes

Yes

Bubble

Yes

Yes

No

No

No

Yes

Yes

Yes

Line and Spline

No

No

Yes

Yes

Yes

Yes

Yes

No

Scatter

No

No

No

No

No

No

No

No

Pie and Doughnut

No

No

No

No

No

Yes

Yes

Yes

See Also