DxChartFinancialSeriesBase<T, TArgument, TValue>.SelectionMode Property
In This Article
Specifies the financial 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 |
---|---|---|
Chart |
Point | A value that identifies a selection mode. |
Available values:
Name | Description | Image |
---|---|---|
All |
All points that have the same argument are selected when a user selects a point. |
|
All |
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