Search Results: if (!this.bundlesReported[script.src]) {
- All Results 769
- Guides 278
- Reference 491
- Technical Demos
- Support Center
Overview
title: Chart - Axes Overview The Chart UI component visualizes data on the rectangular coordinate system. In this system, each point is determined on a plane by two components: the argument and...
Customize Item Appearance
("<img src=\"" + e.itemData.path + "\" alt=\"" + e.itemData.name + "\"/>"); } }); }); Angular HTMLTypeScript <dx-gallery [dataSource]="galleryDataSource" [height]="300" itemTemplate="item"> <div *dxTemplate="let data of 'item'"> <p><b>Name</b>: <span>{{data.name}}</span></p> <img src="{{data.path
Visual Elements
This guide provides a detailed overview of Sparkline elements. Each topic in this guide contains a brief description of an element and its main configurable features. Below is the element map of the...
Overview
Splitter is a UI component designed to split a page layout into multiple panes. In this overview you can find a map of Splitter elements, information about key features, and what to explore...