Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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