ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / SharpGraph Class / QuickLoad Method
The System.IO.BinaryReader from which to load the chart.

In This Topic
    QuickLoad Method
    In This Topic

    Loads a chart from primitive data types as binary values.

    Syntax
    'Declaration
     
    Public Sub QuickLoad( _
       ByVal binReader As BinaryReader _
    ) 
    public void QuickLoad( 
       BinaryReader binReader
    )

    Parameters

    binReader
    The System.IO.BinaryReader from which to load the chart.
    See Also