Skip to main content
A newer version of this page is available.
All docs
V19.1

ChartElement.IsEnabled Property

Indicates whether this element is enabled in the user interface (UI).

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

[Browsable(false)]
public bool IsEnabled { get; set; }

Property Value

Type Description
Boolean

true if the element is enabled; otherwise false. The default value is true.

See Also