C1.WPF.C1Chart.Extended Namespace > Export Class > SaveImage Method : SaveImage(C1Chart,Stream,ImageFormat,Double,Double) Method |
'Declaration
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Sub SaveImage( _ ByVal chart As C1Chart, _ ByVal stream As System.IO.Stream, _ ByVal imageFormat As ImageFormat, _ ByVal dpiX As System.Double, _ ByVal dpiY As System.Double _ )
'Usage
Dim chart As C1Chart Dim stream As System.IO.Stream Dim imageFormat As ImageFormat Dim dpiX As System.Double Dim dpiY As System.Double Export.SaveImage(chart, stream, imageFormat, dpiX, dpiY)
[System.Runtime.CompilerServices.Extension()] public static void SaveImage( C1Chart chart, System.IO.Stream stream, ImageFormat imageFormat, System.double dpiX, System.double dpiY )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2