Back to Devexpress

CustomizeSankeyLinkToolTipEventArgs.Link Property

corelibraries-devexpress-dot-xtracharts-dot-sankey-dot-customizesankeylinktooltipeventargs.md

latest1.2 KB
Original Source

CustomizeSankeyLinkToolTipEventArgs.Link Property

Returns the link whose tooltip is customized.

Namespace : DevExpress.XtraCharts.Sankey

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public SankeyLink Link { get; }
vb
Public ReadOnly Property Link As SankeyLink

Property Value

TypeDescription
SankeyLink

The link whose tooltip should be configured.

|

See Also

CustomizeSankeyLinkToolTipEventArgs Class

CustomizeSankeyLinkToolTipEventArgs Members

DevExpress.XtraCharts.Sankey Namespace