Charting for WinForms Programmer's Guide
GridPanel Class
Remarks See Also
 






Represents a layout panel that arranges its child components in a grid.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public class GridPanel : Panel

Visual Basic  Copy Code

Public Class GridPanel
    Inherits Panel

 Remarks

By default, GridPanel contains a single row and column and works much like a SimplePanel. You can add GridRow and GridColumn objects to the panel's Rows and Columns collections.

 Inheritance Hierarchy

System.Object
    MindFusion.Charting.Components.Component
        MindFusion.Charting.Components.Panel
            MindFusion.Charting.Components.GridPanel

 See Also

GridPanel Members
MindFusion.Charting.Components Namespace