ChartControlSettings.RuntimeSelection Property
OBSOLETE
Use the SelectionMode property instead.
Gets or sets a value indicating if chart elements can be selected by end-users at runtime.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
[Obsolete("Use the SelectionMode property instead.")]
public bool RuntimeSelection { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true if the selection is enabled; otherwise, false. |
See Also