Search Results: if (!this.bundlesReported[script.src]) {

Overview

Guides

A tooltip is a small pop-up rectangle displaying information about a series point that the user pauses on. The information is the point value by default, but it is possible to display anything in a...

Title and Subtitle

Guides

Title and subtitle are textual elements that give an idea of what the PieChart visualizes. The title is configured by the title object. The subtitle is configured by the subtitle object nested in...

Overview

Guides

The Resizable UI component enables its content to be resizable in the UI. View Demo jQuery The following code adds a resizable image to your page. Note that the image occupies 100% of the Resizable UI component. HTMLJavaScriptCSS<div id="resizable"> <img id="image" src="https://www.devexpress.com/DXR.axd?r=9999_17-FD0Id" /> </div>$(function

Overview

Guides

The Sankey is a UI component that visualizes the flow magnitude between value sets. The values are connected. A wider connection denotes a higher flow magnitude. Start configuring the Sankey by...

Title and Subtitle

Guides

Titles and subtitles are textual elements that provide an overview of what the UI component visualizes. The title object configures the title; the title.subtitle object configures the...