Spread Windows Forms 12.0 Product Documentation
SaveToTemplate Method


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > FpChart Class : SaveToTemplate Method
The stream to save the template.
Saves to a template which contain a chart model and chart view type in the specified stream.
Syntax
'Declaration
 
Public Sub SaveToTemplate( _
   ByVal stream As Stream _
) 
'Usage
 
Dim instance As FpChart
Dim stream As Stream
 
instance.SaveToTemplate(stream)
public void SaveToTemplate( 
   Stream stream
)

Parameters

stream
The stream to save the template.
See Also

Reference

FpChart Class
FpChart Members