ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ChartControl Class / Load Method
The name of the file from which to load the chart.

In This Topic
    Load Method (ChartControl)
    In This Topic
    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.
    See Also