Back to Devexpress

DxSankey Members

blazor-devexpress-dot-blazor-dot-dxsankey-dot-underscore-members.md

latest5.6 KB
Original Source

DxSankey Members

A component that depicts value flow between two entity sets.

Constructors

NameDescription
DxSankey()Initializes a new instance of the DxSankey class.

Properties

NameDescription
ChangeStyleOnHoverSpecifies whether the DxSankey component changes the node or link appearance on hover.
CssClassAssigns a CSS class to the DxSankey component.
DataSpecifies an object that supplies Sankey data.
EnabledSpecifies whether the Sankey component responds to user interaction.
HeightSpecifies the component height.
IdSpecifies the component’s unique identifier.
PaletteSpecifies the color scheme for Sankey nodes.
PaletteExtensionModeSpecifies how to extend the component’s palette when the number of colors is less than the number of nodes.
RedrawOnResizeSpecifies whether to redraw the Sankey component when its container’s size changes.
SortOrderSpecifies the sort order of Sankey nodes in corresponding columns.
SourceFieldNameSpecifies the data source field that contains data for source nodes.
TargetFieldNameSpecifies the data source field that contains data for target nodes.
VerticalAlignmentSpecifies the vertical alignment of node columns.
WeightFieldNameSpecifies the data source field that populates links with weights.
WidthSpecifies the component width.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
ExportToAsync(String, DataExportFormat)Exports Sankey data to a file in the specified format.
GetAllLinksAsync()Returns all DxSankey links.
GetAllNodesAsync()Returns all DxSankey nodes.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetSvgMarkupAsync()Obtains the component’s SVG markup.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
PrintAsync()Invokes the browser’s Print dialog.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
ExportedFires after the Sankey is exported.
LinkClickFires when a user clicks a DxSankey link.
NodeClickFires when a user clicks a DxSankey node.
RenderedFires after the Sankey component is rendered.

See Also

DxSankey Class

DevExpress.Blazor Namespace