How can I help you?
SankeyLabelRenderEventArgs
16 Mar 20261 minute to read
Event arguments for label rendering.
Properties
labelStyle SankeyTextStyle
Defines the text style for the label.
link SankeyLink
The link associated with this label (if you support link labels now or in future).
node SankeyNode
Represents the node associated with the label.
text string
The current label text to be rendered.
Handlers can assign a new value to override the default.
Examples:
args.text = ${args.text} (${args.value});
args.text = ‘Custom Label’;