public Int32 Height {get; set;}
Remarks
Use this property to modify the Height of the Exported image.
Example
[C#]
tChart1.Export.Image.GIF.Width=xxx;
tChart1.Export.Image.GIF.Height=xxx;
tChart1.Export.Image.GIF.Save(@"c:.gif");
See Also
ImageExportFormat Class | ImageExportFormat Members | Steema.TeeChart.Export Namespace