Skip to main content
A newer version of this page is available. .

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.
IsDisposed Gets a value indicating whether the control has been disposed of. Inherited from ChartElement.
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