Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / FpChart Class / SaveToTemplate Method
The stream to save the template to.
Example


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