DxSankey Members
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Change |
Specifies whether the Dx |
Css |
Assigns a CSS class to the Dx component.
|
Data | Specifies an object that supplies Sankey data. |
Enabled | Specifies whether the Sankey component responds to user interaction. |
Height | Specifies the component height. |
Id | Specifies the component’s unique identifier. |
Palette | Specifies the color scheme for Sankey nodes. |
Palette |
Specifies how to extend the component’s palette when the number of colors is less than the number of nodes. |
Redraw |
Specifies whether to redraw the Sankey component when its container’s size changes. |
Sort |
Specifies the sort order of Sankey nodes in corresponding columns. |
Source |
Specifies the data source field that contains data for source nodes. |
Target |
Specifies the data source field that contains data for target nodes. |
Vertical |
Specifies the vertical alignment of node columns. |
Weight |
Specifies the data source field that populates links with weights. |
Width | Specifies the component width. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Export |
Exports Sankey data to a file in the specified format. |
Get |
Returns all Dx |
Get |
Returns all Dx |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Obtains the component’s SVG markup. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Print |
Invokes the browser’s Print dialog. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Exported | Fires after the Sankey is exported. |
Link |
Fires when a user clicks a Dx |
Node |
Fires when a user clicks a Dx |
Rendered | Fires after the Sankey component is rendered. |