GridLayout Attached Properties
The settings that configure the chart panes’ grid layout.| Name | Description |
|---|---|
| Column static | Gets or sets the index of the grid layout column the current pane occupies. |
| ColumnSpan static | Gets or sets the number of grid layout columns that the pane occupies. |
| Row static | Gets or sets the index of the grid layout row the current pane occupies. |
| RowSpan static | Gets or sets the number of grid layout rows that the pane occupies. |
See Also