Gets or sets a list of GridRow objects specifying row attributes.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public List<GridRow> Rows { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Rows As List(Of GridRow) |
An instance of the GridRow class.
See Also