dotnetCHARTING Send comments on this topic.
GetChartStream Method
See Also 
dotnetCHARTING Namespace > Chart Class : GetChartStream Method


Returns the memory stream of the image.

Syntax

Visual Basic (Declaration) 
Public Function GetChartStream() As MemoryStream
Visual Basic (Usage)Copy Code
Dim instance As Chart
Dim value As MemoryStream
 
value = instance.GetChartStream()
C# 
public MemoryStream GetChartStream()

Return Value

A MemoryStream of the chart image.

See Also

© 2010 All Rights Reserved.