Charting for WinForms Programmer's Guide
GridPanel.Rows Property
See Also
 






Gets or sets a list of GridRow objects specifying row attributes.

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

 Syntax

C#  Copy Code

public List<GridRow> Rows { get; set; }

Visual Basic  Copy Code

Public Property Rows As List(Of GridRow)

 Property Value

 See Also

GridPanel Members
GridPanel Class
MindFusion.Charting.Components Namespace