Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Open(Stream,Size) Method
See Also 
Dundas.Charting.WebControl Namespace > ChartRenderingEngine Class > Open Method : Open(Stream,Size) Method


flashStream
Stream used for flash output
pictureSize
Size of the picture
Open Flash File for writing.

Syntax

Visual Basic (Declaration)  
Public Overloads Sub Open( _
   ByVal flashStream As Stream, _
   ByVal pictureSize As Size _
) 
Visual Basic (Usage) Copy Code
Dim instance As ChartRenderingEngine
Dim flashStream As Stream
Dim pictureSize As Size
 
instance.Open(flashStream, pictureSize)
C#  
public void Open( 
   Stream flashStream,
   Size pictureSize
)

Parameters

flashStream
Stream used for flash output
pictureSize
Size of the picture

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