Class SankeyLegendItemHoverEventArgs
Gets the event arguments for the SfSankey 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 SfSankey component.
Declaration
public SankeyDataNode Node { get; }
Property Value
Type |
---|
SankeyDataNode |