A newer version of this page is available.
Switch to the current version.
ChartControlSettings.SelectionMode Property
Gets or sets a value which specifies how the chart elements are selected.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v18.2.dll
Declaration
public ElementSelectionMode SelectionMode { get; set; }
Public Property SelectionMode As ElementSelectionMode
Property Value
Type | Description |
---|---|
ElementSelectionMode | An ElementSelectionMode enumeration member specifying the chart's selection behavior. |
See Also
Feedback