DXChartBase.SelectionMode Property
Gets or sets how many elements an end user can have selected at the same time.
Namespace: DevExpress.Xamarin.iOS.Charts
Assembly: DevExpress.Xamarin.iOS.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public virtual DXChartSelectionMode SelectionMode { get; set; }
Property Value
Type | Description |
---|---|
DXChartSelectionMode | Specifies how many elements an end user can have selected at the same time. |
Available values:
Name | Description |
---|---|
None | A user cannot select any element. |
Single | A user can select only one item at the same time. |
Multiple | A user can select one or more items at the same time. |
Remarks
This property can use the following values:
Value | Sample image || Description | |
---|---|---|
None | A user cannot select any element. | |
Single | A user can select only one item at the same time. | |
Multiple | A user can select one or more items at the same time. |
See Also