Search Results: Value-priced treatments https://simplemedrx.top"></a>
- All Results 243
- Guides 61
- Reference 182
- Technical Demos
- Support Center
dxChart ValueAxis
autoBreaksEnabled Enables auto-calculated scale breaks. Applies only if the axis' type is "continuous" or "logarithmic" and valueType is "numeric". axisDivisionFactor Specifies the minimum distance...
dxDiagram edges
. The built-in shape's connection points are numbered clockwise from the leftmost point on the top border. A custom shape's connection points are numbered according to their position in the connectionPoints... point where an edge ends in your data source. The built-in shape's connection points are numbered clockwise from the leftmost point on the top border. A custom shape's connection points
dxTabs Configuration
. The following values are available: 'start' The icon appears before the text. 'end' The icon appears after the text. 'top' The icon appears above the text. 'bottom' The icon appears below the text. The alignment of content in a tab item directly depends on the iconPosition value. If a tab item has an icon and iconPosition: 'top' or iconPosition: 'bottom', the content alignment is centered. If you set
dxToast Configuration
: 'top', at: 'bottom', of: window } } }, hide: { type: 'slide', duration: 200, to: { position: { my: 'top', at: 'bottom', of: window } } } } Set the animation object to null or undefined to disable animations. closeOnClick
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