Skip to main content
All docs
V23.2

SankeyHighlightedItemsChangedEventArgs.HighlightedNodes Property

Returns a collection of highlighted diagram nodes.

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public ReadOnlyCollection<SankeyNode> HighlightedNodes { get; }

Property Value

Type Description
ReadOnlyCollection<SankeyNode>

A collection of highlighted nodes.

See Also