Search Results: Value-priced treatments https://simplemedrx.top

dxSparkline margin

Reference
Generates space around the UI component.

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

Reference
Configures the pane 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

Reference
Configures the pane 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

Reference
Specifies properties for the date-time scale's markers.

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

Reference
Specifies chart segment grouping properties.

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.