FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FpChart Class / SaveToTemplate Method
The stream to save the template.


In This Topic
SaveToTemplate Method
In This Topic
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)

Parameters

stream
The stream to save the template.
See Also