ZoomCharts Documentation
ZoomCharts.Configuration.NetChartSettingsArea
Inheritance hierarchy
This type inherits from BaseSettingsArea.
Methods
Properties
The center of the chart. Fraction of chart width. 0 = left side, 1 = right side.
The center of the chart. Fraction of chart height, 0 = top, 1 = botom.
Height of the chart. If undefined the chart height will adapt to container element.
The horizontal position of the chart. This setting only applies when this chart is nested within another by using parentChart
setting.
The maximum chart height. Chart will not resize below this.
The maximum chart width. The chart will not resize below this
The minimum chart height. Chart will not resize below this.
The minimum chart width. The chart will not resize below this
Inner bottom padding, nodes will avoid this area. If the value is <= 1 then the value represents the fraction from the chart width. Otherwise it represents the padding value in pixels.
Inner left padding, nodes will avoid this area. If the value is <= 1 then the value represents the fraction from the chart width. Otherwise it represents the padding value in pixels.
Inner right padding, nodes will avoid this area. If the value is <= 1 then the value represents the fraction from the chart width. Otherwise it represents the padding value in pixels.
Inner top padding, nodes will avoid this area. If the value is <= 1 then the value represents the fraction from the chart width. Otherwise it represents the padding value in pixels.
Area style.
The vertical position of the chart. This setting only applies when this chart is nested within another by using parentChart
setting.
Width of the chart. If undefined the chart width will adapt to container element.