Back to Devexpress

DxSankey Properties

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

latest2.2 KB
Original Source

DxSankey Properties

A component that depicts value flow between two entity sets.

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.

See Also

DxSankey Class

DxSankey Members

DevExpress.Blazor Namespace