Search Results: Value-priced treatments https://simplemedrx.top"></a>

Relocate the Legend

Guides

" | "right" verticalAlignment: "top" // or "bottom" } }); }); Angular HTMLTypeScript<dx-chart> <dxo-legend position="inside" horizontalAlignment="center" verticalAlignment="top"> </dxo-legend> </dx-chart> import { DxChartModule } from "devextreme-angular"; // ... export class AppComponent { // ... } @NgModule

Relocate the Legend

Guides

({ // ... legend: { horizontalAlignment: "center", // or "left" | "right" verticalAlignment: "top" // or "bottom" } }); }); Angular HTMLTypeScript<dx-funnel> <dxo-legend horizontalAlignment="center" <!-- or "left" | "right" --> verticalAlignment="top"> <!-- or "bottom" --> </dxo-legend> </dx

Relocate the Legend

Guides

({ // ... legend: { horizontalAlignment: "center", // or "left" | "right" verticalAlignment: "top" // or "bottom" } }); }); Angular HTMLTypeScript<dx-pie-chart> <dxo-legend horizontalAlignment="center" <!-- or "left" | "right" --> verticalAlignment="top"> <!-- or "bottom" --> </dxo-legend>

Utils Errors and Warnings

Reference
This section lists core errors and warnings that may occur in DevExtreme applications.

() { $("#popupContainer").dxPopup({ position: function() { return someCondition ? { my: "top", at: "top" } : { my: "bottom", at: "bottom" }; } }); }); Since v21.2...", newPosition); popup.show(); } showPopup(someCondition ? { my: "top", at: "top" } : { my: "bottom", at: "bottom" }); }); Angular Before v21.2: app.component.tsapp.component.html import

Utils ui

Reference
An object that serves as a namespace for DevExtreme UI components as well as for methods implementing UI logic in DevExtreme sites/applications.

. The following table lists all predefined strings and their values: String Coordinate Representation 'top left' {left, top} 'top center' Use window's and toast's width to calculate the center of the window, then use the 'top' field. 'top right' {right, top} 'left center