In This Topic
Saves the chart model and view type to a template 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 to.
Example
This example uses the SaveToTemplate method.
See Also