SankeyToolTipItem.Info Property
In This Article
Returns the SankeyToolTipInfo object that contains tooltip options.
Namespace: DevExpress.Xpf.Charts.Sankey
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public SankeyToolTipInfo Info { get; }
#Property Value
Type | Description |
---|---|
Sankey |
Contains tooltip options. |
See Also