Skip to main content
All docs
V24.1

SankeyToolTipItem.Info Property

Returns the SankeyToolTipInfo object that contains tooltip options.

Namespace: DevExpress.Xpf.Charts.Sankey

Assembly: DevExpress.Xpf.Charts.v24.1.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public SankeyToolTipInfo Info { get; }

Property Value

Type Description
SankeyToolTipInfo

Contains tooltip options.

See Also