Search Results: language:TI Anmeldung Charts Bookmark-Button

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.

View Demo Read Guides See Also jQuery Add DevExtreme to a jQuery Application Angular Add DevExtreme to an Angular CLI Application Vue Add DevExtreme to a Vue...

dxSparkline

Reference
The Sparkline UI component is a compact chart that contains only one series. Owing to their size, sparklines occupy very little space and can be easily collected in a table or embedded straight in text.

View Demo Read Guides See Also jQuery Add DevExtreme to a jQuery Application Angular Add DevExtreme to an Angular CLI Application Vue Add DevExtreme to a Vue...

Scatter Series

Guides

The Scatter series type visualizes data as a collection of scattered points. To specify the Scatter series type, assign "scatter" to the series[].type property. You can configure: Each series...

Range Series

Guides

Range Area and Range Bar series emphasize the difference between a point's high and low value using a shaded area or a set of bars respectively. Assign "rangearea" or "rangebar" to the...

Access a Point Label Using the API

Guides

NOTE Before accessing a point label, you must gain access to its series point. You can learn the details in the Access a Series Point Using the API topic. To access a point label, call the...