Search Results: if (!this.bundlesReported[script.src]) {

Rotate and Invert the Chart

Guides

When the Chart is rotated, its axes are swapped around. To rotate the Chart, set the rotated property to true. jQuery JavaScript$(function() { $("#chartContainer").dxChart({ // ... ...

Overview

Guides

on your page and attaches it to another element (in this example, to an image). jQuery HTMLJavaScript<img id="image" src="https://url/to/an/image" /> <div id="popoverContainer"> <...' }); }); Angular HTMLTypeScript<img id="image" src="https://url/to/an/image" /> <dx-popover target="#image" showEvent="dxhoverstart" hideEvent="dxhoverend"> <div *dxTemplate

Specify Toolbar Items

Guides

", options: { text: "Refresh", onClick: function() { // ... } } }] }); });<img id="image" src="https://url/to/an/image" /> <div id="popoverContainer"> <p>Popover content</p> </div> Angular HTMLTypeScript<img id="image" src="https://url/to/an/image" /> <dx

Overview

Guides

it to another element (in this example, to an image). jQuery HTMLJavaScript<img id="image" src="https://url/to/an/image" /> <div id="tooltipContainer"></div>$(function...( $("<p />").text("Tooltip content") ) } }); }); Angular HTMLTypeScript<img id="image" src="https://url/to/an/image" /> <dx-tooltip target

dxChart argumentAxis stripStyle

Reference
Configures the appearance of strips.

The commonAxisSettings.stripStyle object specifies common settings for all strips in the chart. To configure only those strips that belong to a particular axis, use the following...