ChartControlSettings.RuntimeSelection Property
In This Article
OBSOLETE
Use the Selection
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.2.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