Use this method to obtain a snapshot of the chart image. The image is returned in a Bitmap object.
[Visual Basic] Function GetChartImage() As System.Drawing.Bitmap [C#] System.Drawing.Bitmap XYChartNETCtl.GetChartImage() [C++] System::Drawing::Bitmap __gc * XYChartNet::XYChartNETCtl::GetChartImage(void)
XYChartNETCtl1 is the name of the XY Chart NET control instance placed on the form.
[Visual Basic] Dim bitImage As Bitmap bitImage = XYChartNETCtl1.GetChartImage() [C#] [C++]