Search Results: if (!this.bundlesReported[script.src]) {
- All Results 769
- Guides 278
- Reference 491
- Technical Demos
- Support Center
dxSparkline margin
jQuery index.js $(function() { $("#sparklineContainer").dxSparkline({ // ... margin: { top: 20, bottom: 20, left: 30, right: 30 ...
dxChart commonPaneSettings
A pane is a chart area containing series. If there are many series an a chart, they can be distributed between multiple panes. The commonPaneSettings object, which is described here, specifies...
dxChart commonSeriesSettings hoverStyle
Declared in commonSeriesSettings, hoverStyle applies to all series in the chart. Declared in a series configuration object, hoverStyle applies to this particular series only. The series-specific...
dxChart commonSeriesSettings selectionStyle
NOTE Though not provided out of the box, the selection capability can be implemented using the UI component API. Refer to the onPointClick property description for details. Declared in...
dxChart crosshair
Crosshair is a pointer represented by two mutually-crossing lines stretched over the entire chart plot. The crosshair helps a user identify the values of the series points precisely. When enabled,...