ActiveReports Developer 7
QuickLoad Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > SharpGraph Class : QuickLoad Method

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

Glossary Item Box

Loads a chart from primitive data types as binary values.

Syntax

Visual Basic (Declaration) 
Public Sub QuickLoad( _
   ByVal binReader As System.IO.BinaryReader _
) 
C# 
public void QuickLoad( 
   System.IO.BinaryReader binReader
)

Parameters

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

See Also