Class SankeyLegendItemHoverEventArgs
Gets the event arguments for the SankeyChart component LegendItemHover event.
Inherited Members
Namespace: Syncfusion.Blazor.Sankey
Assembly: Syncfusion.Blazor.dll
Syntax
public class SankeyLegendItemHoverEventArgs : SankeyEventArgs
Constructors
SankeyLegendItemHoverEventArgs()
Declaration
public SankeyLegendItemHoverEventArgs()
Properties
Node
Gets the node data of the hovered legend item in the SankeyChart component.
Declaration
public SankeyDataNode? Node { get; }
Property Value
| Type |
|---|
| SankeyDataNode |