public Double MarginRight {get; set;}
Remarks
Default: 12 Each Chart.Panel class has four margin properties: MarginLeft, MarginRight, MarginTop, MarginBottom.
These properties are expressed as a percentage of the pixel height (for top and bottom margins) and width (for left and right margins) of the Chart Drawing Canvas. Default values are 8 for top and bottom margins and 12 for left and right margins.
Or they can be expressed in pixels by changing the MarginUnits from percentage (default) to pixels.
Example
[C#]
You can change the margin properties both at design and runtime:
tChart1.Panel.MarginRight = 10;
See Also
Panel Class | Panel Members | Steema.TeeChart Namespace