Spread Windows Forms 6.0 Product Documentation
SaveToTemplate Method
See Also  Support Options
FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > FpChart Class : SaveToTemplate Method


stream
The stream to save the template.

Glossary Item Box

Saves to a template which contain a chart model and chart view type in the specified stream.

Syntax

Visual Basic (Declaration) 
Public Sub SaveToTemplate( _
   ByVal stream As Stream _
) 
Visual Basic (Usage)Copy Code
Dim instance As FpChart
Dim stream As Stream
 
instance.SaveToTemplate(stream)
C# 
public void SaveToTemplate( 
   Stream stream
)

Parameters

stream
The stream to save the template.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.