XY Chart NET 3 Control Reference
GetChartImage Method

Use this method to obtain a snapshot of the chart image.  The image is returned in a Bitmap object.

Syntax
[Visual Basic]
Function GetChartImage() As System.Drawing.Bitmap
[C#]
System.Drawing.Bitmap XYChartNETCtl.GetChartImage()
[C++]
System::Drawing::Bitmap ^ XYChartNet::XYChartNETCtl::GetChartImage(void)
       
Example
' XYChartNETCtl1 is the name of the XY Chart NET control instance placed on the form.

Dim bitImage As Bitmap
bitImage = XYChartNETCtl1.GetChartImage()
                       
                       
See Also

 

 


© 2003 - 2013 ControlEng Corporation. All rights reserved.