ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / SharpGraph Class / QuickSave Method
The System.IO.BinaryWriter to which to save the chart.

In This Topic
    QuickSave Method
    In This Topic

    Saves the chart to primitive types in binary to a stream.

    Syntax
    'Declaration
     
    Public Sub QuickSave( _
       ByVal binWriter As BinaryWriter _
    ) 
    public void QuickSave( 
       BinaryWriter binWriter
    )

    Parameters

    binWriter
    The System.IO.BinaryWriter to which to save the chart.
    See Also