ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ChartControl Class / GridLayout Property

In This Topic
    GridLayout Property (ChartControl)
    In This Topic
    Gets or sets the GridLayout object for the chart.
    Syntax
    'Declaration
     
    Public Property GridLayout As GridLayout
    public GridLayout GridLayout {get; set;}

    Property Value

    The grid layout.
    See Also