Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DxChartBarSeriesBase<T, TArgument, TValue>.SelectionMode Property

Specifies the bar series’ selection mode.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

#Declaration

C#
[DefaultValue(ChartSeriesPointSelectionMode.Point)]
[Parameter]
public ChartSeriesPointSelectionMode SelectionMode { get; set; }

#Property Value

Type Default Description
ChartSeriesPointSelectionMode Point

A value that identifies a selection mode.

Available values:

Name Description Image
AllPointsForArgument

All points that have the same argument are selected when a user selects a point.

All points with the same argument are selected

AllPoints

All points that belong to the series are selected when a user selects a point.

All points of a series are selected

Point

Only a clicked point is selected.

A single point is selected

None

Point selection is disabled.

See Also