ChartHorizontalAlignment ChartHorizontalAlignment # Bases: Enum Defines an element's horizontal alignment to given point. CENTER = 'center' # Element shown horizontally center aligned to a given point. LEFT = 'left' # Element shown on the left side of the given point. RIGHT = 'right' # Element shown on the right side of the given point.