Back to Devexpress

ChartElementModel.ShowInStructureControl Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-chartelementmodel-37304aeb.md

latest1.4 KB
Original Source

ChartElementModel.ShowInStructureControl Property

Gets or sets the value specifying whether the chart element should be shown in the Structure control of the Chart Designer.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

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

Property Value

TypeDescription
Boolean

true if the element should be shown in the Structure control; otherwise false.

|

See Also

ChartElementModel Class

ChartElementModel Members

DevExpress.XtraCharts.Designer Namespace