Load Method (ChartControl)
In This Topic
Reconstructs a chart object from the specified file.
Syntax
'Declaration
Public Sub Load( _
ByVal As String _
)
public void Load(
string
)
Parameters
- filename
- The name of the file from which to load the chart.
See Also