String placement properties

The TextAlignment property is used to align the labels on the chart or by the Y axis. The full path for this property is Area.Axis.Labels.TextAlignment. If the TextAlignment property is set to Left, the labels are aligned with the edge of the chart. The image below is an example of a chart with the TextAlignment property set to Left.

If the TextAlignment property is set to Right, the labels are aligned along the Y axis. Below is an example chart with the TextAlignment property set to Right.

By default, the TextAlignment property is set to Right.