AmRectangularChart.autoMarginOffset

AmGanttChart.autoMarginOffset
AmSerialChart.autoMarginOffset
AmXYChart.autoMarginOffset

Space left from axis labels/title to the chart's outside border, if autoMargins set to true.

AmLegend.autoMargins

Used if chart is Serial or XY. In case true, margins of the legend are adjusted and made equal to chart's margins.

AmRectangularChart.autoMargins

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.

AmLegend.marginBottom

Bottom margin.

AmRectangularChart.marginBottom

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.

AmRadarChart.marginBottom

Bottom margin of the chart.

AmSlicedChart.marginBottom

AmFunnelChart.marginBottom
AmPieChart.marginBottom

Bottom margin of the chart.

AmAngularGauge.marginBottom

Bottom spacing between chart and container.

AmLegend.marginLeft

Left margin. This property will be ignored if chart is Serial or XY and autoMargins property of the legend is true (default).

AmRectangularChart.marginLeft

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.

AmRadarChart.marginLeft

Left margin of the chart.

AmSlicedChart.marginLeft

AmFunnelChart.marginLeft
AmPieChart.marginLeft

Left margin of the chart.

AmAngularGauge.marginLeft

Left-hand spacing between chart and container.

AmLegend.marginRight

Right margin. This property will be ignored if chart is Serial or XY and autoMargins property of the legend is true (default).

AmRectangularChart.marginRight

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.

AmRadarChart.marginRight

Right margin of the chart.

AmSlicedChart.marginRight

AmFunnelChart.marginRight
AmPieChart.marginRight

Right margin of the chart.

AmAngularGauge.marginRight

Right-hand spacing between chart and container.

AmRectangularChart.marginsUpdated

AmGanttChart.marginsUpdated
AmSerialChart.marginsUpdated
AmXYChart.marginsUpdated

Flag which should be set to false if you need margins to be recalculated on next chart.validateNow() call.

AmLegend.marginTop

Top margin.

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.

AmRadarChart.marginTop

Top margin of the chart.

AmSlicedChart.marginTop

AmFunnelChart.marginTop
AmPieChart.marginTop

Top margin of the chart.

AmAngularGauge.marginTop

Top spacing between chart and container.

AmRectangularChart.minMarginBottom

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.

AmRectangularChart.minMarginLeft

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.

AmRectangularChart.minMarginRight

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.

AmRectangularChart.minMarginTop

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.