Back to Devexpress

ChartControlSettings.RuntimeSelection Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-f3c5cfe1.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
[Obsolete("Use the SelectionMode property instead.")]
public bool RuntimeSelection { get; set; }
vb
<Obsolete("Use the SelectionMode property instead.")>
Public Property RuntimeSelection As Boolean

Property Value

TypeDescription
Boolean

true if the selection is enabled; otherwise, false.

|

See Also

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace