Used if chart is Serial or XY. In case true, margins of the legend are adjusted and made equal to chart's margins.
AmGanttChart.autoMargins
AmSerialChart.autoMargins
AmXYChart.autoMargins
Specifies if margins of a chart should be calculated automatically so that labels of axes would fit. The chart will adjust only margins with axes. Other margins will use values set with marginRight, marginTop, marginLeft and marginBottom properties.
AmGanttChart.marginBottom
AmSerialChart.marginBottom
AmXYChart.marginBottom
Number of pixels between the container's bottom border and plot area. This space can be used for bottom axis' values. If autoMargin is true and bottom side has axis, this property is ignored.
Bottom margin of the chart.
Bottom spacing between chart and container.
Left margin. This property will be ignored if chart is Serial or XY and autoMargins property of the legend is true (default).
AmGanttChart.marginLeft
AmSerialChart.marginLeft
AmXYChart.marginLeft
Number of pixels between the container's left border and plot area. This space can be used for left axis' values. If autoMargin is true and left side has axis, this property is ignored.
Left margin of the chart.
Left-hand spacing between chart and container.
Right margin. This property will be ignored if chart is Serial or XY and autoMargins property of the legend is true (default).
AmGanttChart.marginRight
AmSerialChart.marginRight
AmXYChart.marginRight
Number of pixels between the container's right border and plot area. This space can be used for Right axis' values. If autoMargin is true and right side has axis, this property is ignored.
Right margin of the chart.
Right-hand spacing between chart and container.
AmRectangularChart.marginTop
AmGanttChart.marginTop
AmSerialChart.marginTop
AmXYChart.marginTop
Number of pixels between the container's top border and plot area. This space can be used for top axis' values. If autoMargin is true and top side has axis, this property is ignored.
Top spacing between chart and container.
AmGanttChart.minMarginBottom
AmSerialChart.minMarginBottom
AmXYChart.minMarginBottom
If bottom side has a value axis and autoMargins is set to true (default), the margin of this side will be not less than set on minMarginBottom property.
AmGanttChart.minMarginLeft
AmSerialChart.minMarginLeft
AmXYChart.minMarginLeft
If left side has a value axis and autoMargins is set to true (default), the margin of this side will be not less than set on minMarginLeft property.
AmGanttChart.minMarginRight
AmSerialChart.minMarginRight
AmXYChart.minMarginRight
If right side has a value axis and autoMargins is set to true (default), the margin of this side will be not less than set on minMarginRight property.
AmGanttChart.minMarginTop
AmSerialChart.minMarginTop
AmXYChart.minMarginTop
If top side has a value axis and autoMargins is set to true (default), the margin of this side will be not less than set on minMarginTop property.