Search Results: "wiki/RecentlyCommented" property

Show and Hide the Toast

Guides

"); // or $("#toastContainer").dxToast("toggle", true); } }); }); Angular To show or hide the Toast programmatically, bind the visible property of the Toast to a component property. After that, change the latter property, and the Toast will appear or disappear. HTMLTypeScript <dx-toast [(visible)]="isVisible" type="error" message="Connection problem"> </dx-toast> <dx

Series Types

Guides

is transformed by rounding its argument axis. To use the area series type, assign 'area' to the type property of the series configuration object. JavaScriptvar polarChartOptions... using their type property). When continuous axes are used in the UI component, the area chart is displayed using a smooth border line. When either the argument or value axis is discrete, the area

Visual Elements

Guides

. The data header may be located either in the row or column area depending on the value of the dataFieldArea property. JavaScriptvar pivotGridOptions = { // ... dataFieldArea: 'column.... The values of those fields whose area property equals to 'row' or 'column' appear in the corresponding header. Fields that have the area property set to 'data' slightly differ. These fields provide

Add and Remove

Guides

To add routes at design-time, pass an array of objects to the routes property. A route requires only its locations to be specified. The locations will be connected and make up the route. jQuery... and 2 in the "routes" array map.removeRoute([0, 2]); Angular To add or remove a route at runtime, bind the routes property of the Map to a component property. HTMLTypeScript <dx-map [zoom

Overview

Guides

property. For a single-pane chart, this property accepts an object that configures the background color and the border of the pane. jQuery JavaScript$(function() { $("#chartContainer").dxChart... chart, the panes property accepts an array. For further details, refer to the Multi-Pane Chart topic. You can add custom styles (pattern or gradient) to the pane's background. To learn more, refer