Search Results: Value-priced treatments https://simplemedrx.top"></a>
- All Results 243
- Guides 61
- Reference 182
- Technical Demos
- Support Center
dxPieChart Configuration
() { $("#pieChartContainer").dxPieChart({ // ... margin: { top: 20, bottom: 20, left: 30, right: 30 } }); }); Angular app.component.htmlapp.component.tsapp.module.ts <dx-pie-chart ... > <dxo-margin [top]="20" [bottom]="20" [left]="30" [right]="30"> </dxo-margin> </dx-pie
dxPolarChart Configuration
() { $("#polarChartContainer").dxPolarChart({ // ... margin: { top: 20, bottom: 20, left: 30, right: 30 } }); }); Angular app.component.htmlapp.component.tsapp.module.ts <dx-polar-chart ... > <dxo-margin [top]="20" [bottom]="20" [left]="30" [right]="30"> </dxo
dxPopover toolbarItems
displayed for the UI component item. If you use both this property and a template, the template overrides the text. toolbar Specifies whether the item is displayed on a top or bottom toolbar. Popup
dxPopup toolbarItems
the text. toolbar Specifies whether the item is displayed on a top or bottom toolbar. Popup Demo visible Specifies whether or not a UI component item must be displayed. widget A UI component
dxScrollView Configuration
See Also jQuery Create and Configure a Component Angular Component Configuration Syntax Vue Component Configuration Syntax React Component Configuration Syntax bounceEnabled A Boolean value specifying whether to enable or disable the bounce-back effect. If the property is set to true, you can scroll the UI component content up (down) even if you have reached the bottom (top