public Int32 Left {get; set;}
Remarks
Use this property to get or set the Left position of Header or Footer Text.
Example
[C#]
tChart1.Header.CustomPosition = true;
tChart1.Header.Left = 130;
tChart1.Header.Top = 20;
tChart1.Header.Text = "MY CHART";
See Also
Title Class | Title Members | Steema.TeeChart Namespace