Skip to main content
A newer version of this page is available. .
All docs
V21.1

SankeyTitle.Visibility Property

Specifies whether the title is visible.

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v21.1.dll

NuGet Package: DevExpress.Charts

Declaration

public DefaultBoolean Visibility { get; set; }

Property Value

Type Description
DefaultBoolean

true if the title is visible; false if the title is hidden.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The default behavior determined by the control’s logic.

See Also