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

SankeyToolTipItem.Info Property

Returns the SankeyToolTipInfo object that contains tooltip options.

Namespace: DevExpress.Xpf.Charts.Sankey

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public SankeyToolTipInfo Info { get; }

Property Value

Type Description
SankeyToolTipInfo

Contains tooltip options.

See Also