Skip to main content

XYDiagramPaneBase.Visible Property

OBSOLETE

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

Specifies whether the pane is visible.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

[Browsable(false)]
[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.

#Remarks

Use the Visible property to show or hide the pane within a chart diagram.

See Also