SankeyBuilder Members
In This Article
#Constructors
Name | Description |
---|---|
Sankey |
For internal use only. Initializes a new Sankey |
#Methods
Name | Description |
---|---|
Adaptive |
Specifies adaptive layout properties. Mirrors the client-side adaptive |
Alignment |
Aligns node columns vertically. Mirrors the client-side alignment option. |
Data |
Binds the UI component to data. Mirrors the client-side data |
Data |
Binds a Sankey control to a collection: Array , List , or IEnumerable .
|
Data |
Binds a Sankey control to data, allows you to configure data access from different sources: API controllers, Razor page handlers, OData services, arrays, and more. |
Data |
Binds a Sankey control to read-only data in JSON format. |
Data |
Provides access to methods that mirror client-side data source options. |
Disabled |
Specifies whether the UI component responds to user interaction. Mirrors the client-side disabled option. |
Disabled |
Specifies whether the UI component responds to user interaction. Mirrors the client-side disabled option. |
Element |
Mirrors the client-side element |
Element |
Mirrors the client-side element |
Element |
Mirrors the client-side element |
Element |
Mirrors the client-side element |
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 |
Configures the exporting and printing features. Mirrors the client-side export object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Hover |
Specifies whether nodes and links change their style when they are hovered over or pressed. Mirrors the client-side hover |
Hover |
Specifies whether nodes and links change their style when they are hovered over or pressed. Mirrors the client-side hover |
ID |
Specifies the id attribute for the control’s HTML element (used for nested controls within templates).
|
ID |
Specifies the id attribute for the control’s HTML element.
|
Label |
Configures sankey nodes' labels. Mirrors the client-side label object. |
Link |
Configures sankey links' appearance. Mirrors the client-side link object. |
Loading |
Configures the loading indicator. Mirrors the client-side loading |
Margin |
Generates space around the UI component. Mirrors the client-side margin object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Node |
Configures sankey nodes' appearance. Mirrors the client-side node object. |
On |
A function that is executed before the UI component is disposed of. Mirrors the client-side on |
On |
A function that is executed before the UI component is disposed of. Mirrors the client-side on |
On |
A function that is executed when the UI component's rendering has finished. Mirrors the client-side on |
On |
A function that is executed when the UI component's rendering has finished. Mirrors the client-side on |
On |
A function that is executed after the UI component is exported. Mirrors the client-side on |
On |
A function that is executed after the UI component is exported. Mirrors the client-side on |
On |
A function that is executed before the UI component is exported. Mirrors the client-side on |
On |
A function that is executed before the UI component is exported. Mirrors the client-side on |
On |
A function that is executed before a file with exported UI component is saved to the user's local storage. Mirrors the client-side on |
On |
A function that is executed before a file with exported UI component is saved to the user's local storage. Mirrors the client-side on |
On |
A function that is executed when an error or warning occurs. Mirrors the client-side on |
On |
A function that is executed when an error or warning occurs. Mirrors the client-side on |
On |
A function used in Java |
On |
A function used in Java |
On |
A function that is executed when a sankey link is clicked or tapped. Mirrors the client-side on |
On |
A function that is executed when a sankey link is clicked or tapped. Mirrors the client-side on |
On |
A function that is executed after the pointer enters or leaves a sankey link. Mirrors the client-side on |
On |
A function that is executed after the pointer enters or leaves a sankey link. Mirrors the client-side on |
On |
A function that is executed when a sankey node is clicked or tapped. Mirrors the client-side on |
On |
A function that is executed when a sankey node is clicked or tapped. Mirrors the client-side on |
On |
A function that is executed after the pointer enters or leaves a sankey node. Mirrors the client-side on |
On |
A function that is executed after the pointer enters or leaves a sankey node. Mirrors the client-side on |
On |
A function that is executed after a UI component property is changed. Mirrors the client-side on |
On |
A function that is executed after a UI component property is changed. Mirrors the client-side on |
Option |
Specifies an option by its name. |
Palette |
Sets the palette to be used to colorize sankey nodes. Mirrors the client-side palette option. |
Palette |
Sets the palette to be used to colorize sankey nodes. Mirrors the client-side palette option. |
Palette |
Sets the palette to be used to colorize sankey nodes. Mirrors the client-side palette option. |
Palette |
Specifies how to extend the palette when it contains less colors than the number of sankey nodes. Mirrors the client-side palette |
Path |
Notifies the UI component that it is embedded into an HTML page that uses a tag modifying the path. Mirrors the client-side path |
Path |
Notifies the UI component that it is embedded into an HTML page that uses a tag modifying the path. Mirrors the client-side path |
Redraw |
Specifies whether to redraw the UI component when the size of the container changes or a mobile device rotates. Mirrors the client-side redraw |
Redraw |
Specifies whether to redraw the UI component when the size of the container changes or a mobile device rotates. Mirrors the client-side redraw |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Render() |
Inherited from Widget |
Rtl |
Switches the UI component to a right-to-left representation. Mirrors the client-side rtl |
Rtl |
Switches the UI component to a right-to-left representation. Mirrors the client-side rtl |
Size |
Mirrors the client-side size object. |
Sort |
Specifies nodes' sorting order in their columns. Mirrors the client-side sort |
Source |
Specifies which data source field provides links' source nodes. Mirrors the client-side source |
Source |
Specifies which data source field provides links' source nodes. Mirrors the client-side source |
Target |
Specifies which data source field provides links' target nodes. Mirrors the client-side target |
Target |
Specifies which data source field provides links' target nodes. Mirrors the client-side target |
Theme |
Sets the name of the theme the UI component uses. Mirrors the client-side theme option. |
Title |
Configures the UI component's title. Mirrors the client-side title option. |
Title |
Configures the UI component's title. Mirrors the client-side title object. |
Title |
Configures the UI component's title. Mirrors the client-side title option. |
Tooltip |
Mirrors the client-side tooltip object. |
To |
Inherited from Widget |
To |
Renders the control as a template string for use in another control’s template.
Inherited from Widget |
Weight |
Specifies which data source field provides links' weights. Mirrors the client-side weight |
Weight |
Specifies which data source field provides links' weights. Mirrors the client-side weight |
See Also