Skip to main content

XYDiagramPaneBaseModel.Visible Property

OBSOLETE

This property is obsolete now. Use the Visibility property instead.

Gets or sets the value of the Visible property within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[LocalizableCategory(DesignerCategories.Appearance)]
[Obsolete("This property is obsolete now. Use the Visibility property instead.")]
public bool Visible { get; set; }

Property Value

Type Description
Boolean

true if the pane is visible; otherwise false.

See Also