ZoomCharts Documentation

Version: 1.21.1 (2024-11-08)
Switch to Version 2.0 (BETA)

ZoomCharts.Configuration.LinearChartSettingsArea

Inheritance hierarchy

This type inherits from BaseSettingsArea.

This type is implemented by FacetChartSettingsArea and TimeChartSettingsArea.

Methods

This type does not define any methods.

Properties

height: number
Inherited from: BaseSettingsArea

Height of the chart. If undefined the chart height will adapt to container element.

left: number
Inherited from: BaseSettingsArea

The horizontal position of the chart. This setting only applies when this chart is nested within another by using parentChart setting.

maxHeight: number
Inherited from: BaseSettingsArea

The maximum chart height. Chart will not resize below this.

maxWidth: number
Inherited from: BaseSettingsArea

The maximum chart width. The chart will not resize below this

minHeight: number
Inherited from: BaseSettingsArea

The minimum chart height. Chart will not resize below this.

minWidth: number
Inherited from: BaseSettingsArea

The minimum chart width. The chart will not resize below this

Inherited from: BaseSettingsArea

Area style.

top: number
Inherited from: BaseSettingsArea

The vertical position of the chart. This setting only applies when this chart is nested within another by using parentChart setting.

width: number
Inherited from: BaseSettingsArea

Width of the chart. If undefined the chart width will adapt to container element.

X