ZoomCharts Documentation

ZoomCharts.Configuration.BaseSettingsArea

Inheritance hierarchy

This type is implemented by FacetChartSettingsArea, GeoChartSettingsArea, LinearChartSettingsArea, NetChartSettingsArea and TimeChartSettingsArea.

Methods

This type does not define any methods.

Properties

height: number

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

left: number

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

maxHeight: number

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

maxWidth: number

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

minHeight: number

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

minWidth: number

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

Area style.

top: number

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

width: number

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

X