Back to Devexpress

DxChartBubbleSeries<T, TArgument, TValue, TSize>.SelectionMode Property

blazor-devexpress-dot-blazor-dot-dxchartbubbleseries-4-583db4b6.md

latest1.7 KB
Original Source

DxChartBubbleSeries<T, TArgument, TValue, TSize>.SelectionMode Property

Specifies the bubble series’ selection mode.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDefaultDescription
ChartSeriesPointSelectionModePoint

A value that identifies a selection mode.

|

Available values:

NameDescriptionImage
AllPointsForArgument

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

|

| | AllPoints |

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

|

| | Point |

Only a clicked point is selected.

|

| | None |

Point selection is disabled.

| |

See Also

DxChartBubbleSeries<T, TArgument, TValue, TSize> Class

DxChartBubbleSeries<T, TArgument, TValue, TSize> Members

DevExpress.Blazor Namespace