Back to Devexpress

ChartElementModel.AllowChangeVisibility Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-chartelementmodel-aa22572a.md

latest1.3 KB
Original Source

ChartElementModel.AllowChangeVisibility Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[Browsable(false)]
public bool AllowChangeVisibility { get; set; }
vb
<Browsable(False)>
Public Property AllowChangeVisibility As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

ChartElementModel Class

ChartElementModel Members

DevExpress.XtraCharts.Designer Namespace