Enum for selecting position of Chart Title.

This is currently only usable on setTitlePosition in ChartXY:

 ChartXY.setTitlePosition(ChartXYTitlePositionOptions.SeriesCenterBottom)

Enumeration Members

CenterBottom: "center-bottom"

Title horizontally centered, at the very bottom of the chart.

This adds extra margin below series area, to make space for the title.

CenterTop: "center-top"

Title horizontally centered, at the very top of the chart.

This adds extra margin above series area, to make space for the title.

LeftBottom: "left-bottom"

Title horizontally at left edge, at the very bottom of the chart.

This adds extra margin below series area, to make space for the title.

LeftTop: "left-top"

Title horizontally at left edge, at the very top of the chart.

This adds extra margin above series area, to make space for the title.

RightBottom: "right-bottom"

Title horizontally at right edge, at the very bottom of the chart.

This adds extra margin below series area, to make space for the title.

RightTop: "right-top"

Title horizontally at right edge, at the very top of the chart.

This adds extra margin above series area, to make space for the title.

SeriesCenterBottom: "series-center-bottom"

Title inside the series area, horizontally centered, at the very bottom.

SeriesCenterTop: "series-center-top"

Title inside the series area, horizontally centered at the very top.

SeriesLeftBottom: "series-left-bottom"

Title inside the series area, horizontally at left edge, at the very bottom.

SeriesLeftTop: "series-left-top"

Title inside the series area, horizontally at left edge, at the very top.

SeriesRightBottom: "series-right-bottom"

Title inside the series area, horizontally at right edge, at the very bottom.

SeriesRightTop: "series-right-top"

Title inside the series area, horizontally at right edge, at the very top.