Search Results: if (!this.bundlesReported[script.src]) {
- All Results 769
- Guides 278
- Reference 491
- Technical Demos
- Support Center
Getting Started with PieChart
({ // Configuration goes here }); }); <html> <head> <!-- ... --> <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script> <link rel="stylesheet" href="https://cdn3.devexpress.com/jslib/25.2.5/css/dx.light.css"> <script type="text/javascript" src="https://cdn3.devexpress.com/jslib/25.2.5/js
Overview
Each series point can be accompanied with a label that displays the point's value or custom data. To configure point labels, use the label object. You can declare it as...
Overview
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
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
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