Skip to main content

ChartElementModel.AllowChangeVisibility Property

Gets or sets the value indicating whether changing the element visibility is allowed.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
Boolean

true if changing the element visibility is allowed; otherwise false.

See Also