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