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

dxChart panes

Reference
Declares a collection of panes.

A pane is a chart area containing series. If there are many series an a chart, they can be distributed between multiple panes. Each object in the panes array configures a single pane. If you have...

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

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