Saves the chart image as an image stream.
Saves image into the stream. ImageType, Compression and other control properties are used.
| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub Save( _ ByVal imageStream As Stream _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void Save( Stream imageStream ) | |
Parameters
- imageStream
- The image stream used to save the chart image.
The imageStream used to save the chart image.
Image stream.
Call this method to save a chart to a stream (e.g. memorystream, filestream, etc.).
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family