Dundas Chart for ASP.NET
Save(Stream) Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Chart Class > Save Method : Save(Stream) Method


imageStream
The image stream used to save the chart image.

The imageStream used to save the chart image.


Image stream.

Saves the chart image as an image stream.


Saves image into the stream. ImageType, Compression and other control properties are used.

Syntax

Visual Basic (Declaration)  
Public Overloads Sub Save( _
   ByVal imageStream As Stream _
) 
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim imageStream As Stream
 
instance.Save(imageStream)
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.

Remarks

Call this method to save a chart to a stream (e.g. memorystream, filestream, etc.).

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.