GridLayoutOptions Properties
The options that configure the chart panes’ grid layout.| Name | Description |
|---|---|
| Column | Gets or sets the index of the grid layout column the current pane occupies. |
| ColumnSpan | Gets or sets the number of grid layout columns that the pane occupies. |
| Row | Gets or sets the index of the grid layout row the current pane occupies. |
| RowSpan | Gets or sets the number of grid layout rows that the pane occupies. |
| Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
See Also