public Margins Margins {get; set;}
Remarks
The Margins property sets the four margins, Left, Top, Right, and Bottom.
These margins are expressed as a percentage of paper dimensions.
Example
[C#]
private void Form1_Load(object sender, System.EventArgs e) {
commander1.Chart = tChart1;
line1.FillSampleValues(20);
tChart1.Printer.Margins.Right = 50;
}
See Also
Printer Class | Printer Members | Steema.TeeChart Namespace