Image width
public Int32 Width {get; set;}

Remarks


Use this property to modify the Width 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