Skip to main content
All docs
V23.2

DevExpress.XtraCharts.Sankey Namespace

Contains API members that implement the Sankey diagram functionality.

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Classes

Name Description
CustomizeSankeyLinkToolTipEventArgs Data for the CustomizeSankeyLinkToolTip event.
CustomizeSankeyNodeEventArgs Data for the CustomizeNode event.
CustomizeSankeyNodeToolTipEventArgs Data for the CustomizeNodeToolTip event.
CustomizeSankeyToolTipEventArgs A base class for the CustomizeSankeyLinkToolTipEventArgs and CustomizeSankeyNodeToolTipEventArgs classes.
EmptySankeyText Contains options for the text that is displayed at runtime when a diagram has no data to display.
SankeyBorderOptions Contains settings for the diagram border.
SankeyColorizerBase A base class for Sankey diagram colorizers.
SankeyHighlightedItemsChangedEventArgs Data for the SankeyDiagramControl.HighlightedItemsChanged event.
SankeyLayoutAlgorithmBase The base class for classes that implement Sankey layout algorithms.
SankeyLinearLayoutAlgorithm Contains Sankey linear layout algorithm settings.
SankeyLink Contains information about a Sankey diagram link.
SankeyNode Contains information about a Sankey diagram node.
SankeyNodeLabel Contains label options for node labels.
SankeyNodeLabelItem Contains label item options for a Sankey diagram node.
SankeyPadding Contains padding settings for Sankey diagrams.
SankeyPaletteColorizer A colorizer that allows you to specify a palette for a Sankey diagram.
SankeySelectedItemsChangedEventArgs Contains data for the SelectedItemsChanged event.
SankeySelectedItemsChangingEventArgs Contains data for the SelectedItemsChanging event.
SankeyTextElement A base class for diagram elements that display text.
SankeyTitle A title for Sankey diagrams.
SankeyTitleCollection A collection of Sankey diagram titles.
SankeyToolTipOptions Contains Sankey diagram tooltip options.
SankeyViewOptions Contains a Sankey diagram’s appearance settings.
SmallSankeyText Text that is displayed in the diagram when it is too small to display titles, nodes, and links.

Interfaces

Name Description
ISankeyColorizer Declares the base functionality for Sankey diagram colorizers.

Delegates

Name Description
CustomizeSankeyLinkToolTipEventHandler Defines a signature (parameter list types) for the method that handles the SankeyDiagramControl.CustomizeLinkToolTip event.
CustomizeSankeyNodeEventHandler Defines a signature (parameter list types) for the method that handles the SankeyDiagramControl.CustomizeNode event.
CustomizeSankeyNodeToolTipEventHandler Defines a signature (parameter list types) for the method that handles the SankeyDiagramControl.CustomizeNodeToolTip event.
SankeyHighlightedItemsChangedEventHandler Defines a signature (parameter list types) for the method that handles the SankeyDiagramControl.CustomizeLinkToolTip event.
SankeySelectedItemsChangedEventHandler Defines a signature (parameter list types) for the method that handles the SankeySelectedItemsChangedEventArgs event.
SankeySelectedItemsChangingEventHandler Defines a signature (parameter list types) for the method that handles the SankeySelectedItemsChangingEventArgs event.

Enums

Name Description
SankeyNodeAlignment Lists values that specify node alignment within the Sankey diagram control.
SankeySelectionMode Lists Sankey selection modes.
SankeyTitleDockStyle Lists values that specify the position of the diagram title.