I'm using the code below to get a bitmap; however, for som other image processing I need to have the bitmap as a "System.Drawing.Image"
Is there a way to convert Steema.TeeChart.Export.BitmapFormat to System.Drawing.Image ??
Code: Select all
Steema.TeeChart.Export.BitmapFormat bitMap = tChart1.Export.Image.Bitmap;
bitMap.Height = tChart1.Height;
bitMap.Width = tChart1.Width;