Vue Chart - commonPaneSettings

Defines common settings for all panes in a chart.

Selector: DxCommonPaneSettings
Type:

Object

A pane is a chart area containing series. If there are many series an a chart, they can be distributed between multiple panes.

DevExtreme HTML5 Charts GridLines

The commonPaneSettings object, which is described here, specifies common settings for all panes in the chart. To specify properties of an individual pane, use the objects of the panes array. Individual settings override common settings.

backgroundColor

Specifies the color of the pane's background.

Selector: background-color
Type:

String

Default Value: 'none'

This property supports the following colors:

border

Configures the pane border.

Selector: DxBorder
Type:

Object

DevExtreme HTML5 Charts Panes PaneBorder