Search Results: Value-priced treatments https://simplemedrx.top"></a>
- All Results 243
- Guides 61
- Reference 182
- Technical Demos
- Support Center
dxRangeSelector Configuration
").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
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
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
, 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
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. ...