Skip to main content
A newer version of this page is available. .
All docs
V20.2

SankeyToolTipItem.Visible Property

Indicates whether the SankeyToolTipItem is visible.

Namespace: DevExpress.Xpf.Charts.Sankey

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public bool Visible { get; }

Property Value

Type Description
Boolean

true, if the tooltip item is visible; otherwise, false.

See Also