Search Results: Value-priced treatments https://simplemedrx.top
- All Results 513
- Guides 181
- Reference 332
- Technical Demos
- Support Center
dxSparkline margin
jQuery index.js $(function() { $("#sparklineContainer").dxSparkline({ // ... margin: { top: 20, bottom: 20, left: 30, right: 30 } }); }); Angular app.component.htmlapp.component.tsapp.module.ts <dx-sparkline ... > <dxo-margin [top]="20" [bottom]="20" [left]="30" [right
dxChart commonPaneSettings border
transparent, and 1 makes it opaque. right Shows/hides the right border of the pane. Applies only when the border.visible property is true. top Shows/hides the top border of the pane. Applies only when the border.visible property is true. visible Shows the pane border. When this property is set to true, you can control each side of the border separately using the top, bottom, left and right
dxChart panes border
transparent, and 1 makes it opaque. right Shows/hides the right border of the pane. Applies only when the border.visible property is true. top Shows/hides the top border of the pane. Applies only when the border.visible property is true. visible Shows the pane border. When this property is set to true, you can control each side of the border separately using the top, bottom, left and right
dxRangeSelector scale marker
and the marker separator. textTopIndent Specifies the space between the marker's label and the top edge of the marker's separator. topIndent Specified the indent between the marker and the scale labels
dxPieChart commonSeriesSettings smallValuesGrouping
as a threshold for chart segments. All segments with a value less than the threshold will be grouped into the "others" segment. topCount Specifies how many segments must not be grouped. In the 'topN' grouping mode, PieChart displays the top N segments separated while the rest are grouped into one. To specify the N number, use the topCount property.