Code: Select all
tchart.Width = 70;
tchart.Height = 60;
return ((byte[]) tchart.Export.asPNG.SaveToStream());
Regards,
Areef
Code: Select all
tchart.Width = 70;
tchart.Height = 60;
return ((byte[]) tchart.Export.asPNG.SaveToStream());