Horizontally aligns the text.
public ShapeTextHorizAlign HorizAlignment {get; set;}

Remarks


Default: Centre

Use this property to horizontally align the text. There are three options; Centre , Left or Right.

Example


[C#]

shapeSeries1.HorizAlignment = ShapeTextHorizAlign.Right; 

See Also

Shape Class | Shape Members | Steema.TeeChart.Styles Namespace