A newer version of this page is available.
Switch to the current version.
XYDiagramPaneBase.Visible Property
Obsolete. Specifies whether the pane is visible.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[Obsolete("This property is obsolete now. Use the Visibility property instead.")]
[Browsable(false)]
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool Visible { get; set; }
<Obsolete("This property is obsolete now. Use the Visibility property instead.")>
<Browsable(False)>
<TypeConverter(GetType(BooleanTypeConverter))>
<XtraSerializableProperty>
Public Property Visible As Boolean
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
Feedback