Skip to main content
A newer version of this page is available. .

BorderBase.Visibility Property

Specifies whether the border is visible.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty]
public DefaultBoolean Visibility { get; set; }

Property Value

Type Description
DefaultBoolean

Default - the border visibility (visible/invisible) is automatically determined according to the type of a chart element; True - to show the border within a chart element; False - a border is hidden.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

Use the Visibility property to show or hide the border within a chart element.

See Also