SaveImage(C1Chart,Stream,ImageFormat,Double,Double) Method
In This Topic
Saves the chart image to the provided stream using the specified image format with the specified horizontal and vertical resolution.
Syntax
'Declaration
<ExtensionAttribute()>
Public Overloads Shared Sub SaveImage( _
ByVal As C1Chart, _
ByVal As Stream, _
ByVal As ImageFormat, _
ByVal As Double, _
ByVal As Double _
)
'Usage
Dim chart As C1Chart
Dim stream As Stream
Dim imageFormat As ImageFormat
Dim dpiX As Double
Dim dpiY As Double
Export.SaveImage(chart, stream, imageFormat, dpiX, dpiY)
[Extension()]
public static void SaveImage(
C1Chart ,
Stream ,
ImageFormat ,
double ,
double
)
Parameters
- chart
- stream
- imageFormat
- dpiX
- dpiY
See Also