Enumeration SeriesPlotAreaMarginHorizontalMode

Describes available locations of the axis labels in the chart.

Enumeration Members

Auto: 0

Series horizontal plot area margin mode is determined by the component.

LeftBufferRightBuffer: 2

The left of the horizontal axis will have a range buffer, if applicable, and the right of the horizontal axis will have a range buffer, if applicable.

LeftBufferRightMargin: 4

The left of the horizontal axis will have a range buffer, if applicable, and the right of the horizontal axis will have a plot area margin, if applicable.

LeftMarginRightBuffer: 3

The left of the horizontal axis will have a plot area margin, if applicable, and the right of the horizontal axis will have a range buffer, if applicable.

LeftMarginRightMargin: 1

The left of the horizontal axis will have a plot area margin, if applicable, and the right of the horizontal axis will have a plot area margin, if applicable.

None: 5

No horizontal contributions to plot area margins will be made.