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 As Stream _
)
'Usage
Dim instance As FpChart
Dim stream As Stream
instance.SaveToTemplate(stream)
public void SaveToTemplate(
Stream
)
Parameters
- stream
- The stream to save the template.
See Also