ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / ChartArea Class / ChartArea Constructor / ChartArea Constructor(Boolean)
Specifies whether or not the axes should be initialized.

In This Topic
    ChartArea Constructor(Boolean)
    In This Topic
    Initializes a new instance of the ChartArea class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal initializeAxes As Boolean _
    )
    public ChartArea( 
       bool initializeAxes
    )

    Parameters

    initializeAxes
    Specifies whether or not the axes should be initialized.
    See Also