ActiveReports 6 Online Help
Load Method (ChartControl)

The name of the file from which to load the chart.
Reconstructs a chart object from the specified file.
Syntax
'Declaration
 
Public Sub Load( _
   ByVal filename As String _
) 
public void Load( 
   string filename
)

Parameters

filename
The name of the file from which to load the chart.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ChartControl Class
ChartControl Members

Send Feedback