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