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