Enumeration AxisRangeBufferMode

Describes available locations of the axis labels in the chart.

Enumeration Members

Auto: 0

The range buffer mode of the axis is decided automatically.

None: 4

No extra range buffer should be added.

Series: 1

The range buffer of the axis is defined by the additional requirements of the series to avoid truncating visuals, including visible range margins.

SeriesMaximum: 3

The range maxium buffer of the axis is defined by the additional requirements of the series to avoid truncating visuals, including visible range margins.

SeriesMinimum: 2

The range minimum buffer of the axis is defined by the additional requirements of the series to avoid truncating visuals, including visible range margins.