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

Create a Custom Bundle

Guides

a minified bundle: Codedevextreme-bundler <bundle_name|file_name> Link the bundle script file to your HTML page: HTML <script type="text/javascript" src="dx.custom.js" charset="utf-8">

Visual Elements

Guides

Topics in this section describe PolarChart UI component elements. Each topic gives an overview of the element's purpose, and details how to enable and tune the chart element to your needs. The image...

dxChart commonPaneSettings

Reference
Defines common settings for all panes in a chart.

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

Reference
Configures the appearance adopted by the series when a user points to it.

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

Reference
Configures the appearance adopted by the series when a user selects it.

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...