ActiveReports.Chart Request technical support
QuickLoad Method
See Also 


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

Loads a chart from primitive data types as binary values.

Syntax

Visual Basic (Declaration) 
Public Sub QuickLoad( _
   ByVal binReader As BinaryReader _
) 
Visual Basic (Usage)Copy Code
Dim instance As SharpGraph
Dim binReader As BinaryReader
 
instance.QuickLoad(binReader)
C# 
public void QuickLoad( 
   BinaryReader binReader
)

Parameters

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

See Also