Search Results: "Write with OpenID" "Write post with name/password" slot

dxSankey

Reference
The Sankey is a UI component that visualizes the flow magnitude between value sets. The values being connected are called nodes; the connections - links. The higher the flow magnitude, the wider the link is.

, for example, onNodeClick. Link A sankey link's structure. You can access links using the getAllLinks() method and within some event handlers, for example, onLinkClick. Types

dxSankey Configuration

Reference
This section describes properties that configure the Sankey UI component's contents, behavior and appearance.

, the lower it is in the column. All nodes have the same weight initially (equals 1). For example, without the sortData object, source nodes in the following code would be sorted as declared in the data

dxSankey Link

Reference
A sankey link's structure.

You can access links using the getAllLinks() method and within some event handlers, for example, onLinkClick. Fields Fields that provide information about the sankey link. The link can have other fields in addition to the fields described in this section Methods Methods used to control the sankey link.

dxScheduler resources

Reference
Specifies an array of resources available in the scheduler.

be specified within a resource kind object. They are listed below. For details on how to define a resource and assign it to scheduler appointments, refer to the Resources article. The Scheduler does

dxScheduler scrolling

Reference
Configures scrolling.

grid is rendered. Virtual Appointments are loaded into the DOM when they get into the viewport and are then removed once they leave it; the grid is rendered within the current viewport only. View Demo