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

dxRangeSelector Configuration

Reference
An object that defines configuration properties for the RangeSelector UI component.

").dxRangeSelector({ // ... margin: { top: 20, bottom: 20, left: 30, right: 30 } }); }); Angular app.component.htmlapp.component.tsapp.module.ts <dx-range-selector ... > <dxo-margin [top]="20" [bottom]="20" [left]="30" [right]="30"> </dxo-margin> </dx-range-selector>

dxRangeSelector chart

Reference
Specifies the properties required to display a chart as the range selector's background.

function to the customizeSeries property of the seriesTemplate object. View Demo topIndent Specifies an indent from the background's top to the topmost chart point. Accepts values

dxSparkline Configuration

Reference
An object that specifies configuration properties for the Sparkline UI component.

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

dxChart tooltip

Reference

, between a tooltip's top/bottom border and its text. shadow Configures a tooltip's shadow. shared Specifies whether the tooltip is shared across all series points with the same argument

dxChart ArgumentAxis

Reference
Configures the argument axis.

aggregationGroupWidth Specifies the length of aggregation intervals in pixels. Applies only to axes of continuous and logarithmic types. May be ignored in favor of the aggregationInterval property. ...